#
# Copy modules from the source tree
(cd /install/modules
for i in *.o; do 
	if [ ! -d $i ]; then
		cp src/$i .
	fi
done)
