mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-04-22 09:30:40 +02:00
fixup i915 defines in create script
This commit is contained in:
parent
6333bfdb58
commit
98799f862e
1 changed files with 6 additions and 0 deletions
|
|
@ -40,4 +40,10 @@ do
|
|||
unifdef -D__linux__ -DVIA_HAVE_DMABLIT -DSIS_HAVE_CORE_MM $i > $i.tmp
|
||||
mv $i.tmp $i
|
||||
done
|
||||
|
||||
for i in i915*.[ch]
|
||||
do
|
||||
unifdef -D__linux__ -DI915_HAVE_FENCE -DI915_HAVE_BUFFER $i > $i.tmp
|
||||
mv $i.tmp $i
|
||||
done
|
||||
cd -
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue