copy correct Makefile

This commit is contained in:
Dave Airlie 2004-03-26 15:52:11 +00:00
parent 9b7bf9127e
commit 20163c2b10

View file

@ -22,7 +22,7 @@ mkdir -p $OUTDIR
cp shared/*.[ch] $OUTDIR
cp linux/*.[ch] $OUTDIR
cp linux/Makefile.linux $OUTDIR/Makefile
cp linux/Makefile.kernel $OUTDIR/Makefile
if [ $VERS = 2.4 ] ;then
echo "Copying 2.4 Kernel files"