diff options
Diffstat (limited to 'src/gallium/drivers/i915/Makefile')
-rw-r--r-- | src/gallium/drivers/i915/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/i915/Makefile b/src/gallium/drivers/i915/Makefile index 0e576784846..b7d8a1f1d40 100644 --- a/src/gallium/drivers/i915/Makefile +++ b/src/gallium/drivers/i915/Makefile @@ -7,3 +7,6 @@ LIBNAME = i915 include Makefile.sources include ../../Makefile.template + +# FIXME: Remove when this driver is converted to automake. +all: default |