copy correct Kconfig

This commit is contained in:
Dave Airlie 2005-11-11 09:10:06 +00:00
parent a204d5acb2
commit 59924b2f40

View file

@ -30,6 +30,6 @@ if [ $VERS = 2.4 ] ;then
cp linux/Config.in $OUTDIR/
elif [ $VERS = 2.6 ] ;then
echo "Copying 2.6 Kernel files"
cp linux/Kconfig $OUTDIR/
cp linux-core/Kconfig $OUTDIR/
fi