now I've lindented kernel it might be useful again
authorDave Airlie <airlied@linux.ie>
Fri, 30 Sep 2005 07:10:16 +0000 (07:10 +0000)
committerDave Airlie <airlied@linux.ie>
Fri, 30 Sep 2005 07:10:16 +0000 (07:10 +0000)
scripts/create_lk_drm.sh

index 243bf55..6939faa 100755 (executable)
@@ -21,9 +21,9 @@ echo "Copying kernel independent files"
 mkdir -p $OUTDIR
 
 ( cd linux/ ; make drm_pciids.h )
-cp shared/*.[ch] $OUTDIR
-cp linux/*.[ch] $OUTDIR
-cp linux/Makefile.kernel $OUTDIR/Makefile
+cp shared-core/*.[ch] $OUTDIR
+cp linux-core/*.[ch] $OUTDIR
+cp linux-core/Makefile.kernel $OUTDIR/Makefile
 
 if [ $VERS = 2.4 ] ;then
        echo "Copying 2.4 Kernel files"