Moin,
create_lk_drm calls 
( cd linux/ ; make drm_pciids.h )
which fails if LINUXDIR isn't set correctly. the attached patch sets LINUXDIR
to the path specified on the command line.

-- 
c u
henning
Index: scripts/create_lk_drm.sh
===================================================================
RCS file: /cvs/dri/drm/scripts/create_lk_drm.sh,v
retrieving revision 1.4
diff -u -r1.4 create_lk_drm.sh
--- scripts/create_lk_drm.sh    9 May 2004 06:36:55 -0000       1.4
+++ scripts/create_lk_drm.sh    2 Nov 2004 09:36:42 -0000
@@ -15,6 +15,7 @@
 fi
 
 OUTDIR=$1/drivers/char/drm/
+export LINUXDIR=$1
 VERS=$2
 
 echo "Copying kernel independent files"

Reply via email to