diff options
Diffstat (limited to 'src/gallium/drivers/noop')
-rw-r--r-- | src/gallium/drivers/noop/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/noop/Makefile b/src/gallium/drivers/noop/Makefile index 29b8d73de22..75e65ed60f4 100644 --- a/src/gallium/drivers/noop/Makefile +++ b/src/gallium/drivers/noop/Makefile @@ -11,3 +11,6 @@ C_SOURCES = \ noop_state.c include ../../Makefile.template + +# FIXME: Remove when this driver is converted to automake. +all: default |