update create_lk_drm.sh script

main
Dave Airlie 2007-04-26 17:54:06 +10:00
parent afc029e935
commit 2a6f555053
1 changed files with 6 additions and 0 deletions

View File

@ -48,4 +48,10 @@ do
unifdef -D__linux__ -DI915_HAVE_FENCE -DI915_HAVE_BUFFER $i > $i.tmp
mv $i.tmp $i
done
for i in drm*.[ch]
do
unifdef -UDRM_ODD_MM_COMPAT -D__linux__ $i > $i.tmp
mv $i.tmp $i
done
cd -