diff options
Diffstat (limited to 'src/gallium/drivers/nvc0/Makefile')
-rw-r--r-- | src/gallium/drivers/nvc0/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/nvc0/Makefile b/src/gallium/drivers/nvc0/Makefile index c41262559cd..a60127fe2d5 100644 --- a/src/gallium/drivers/nvc0/Makefile +++ b/src/gallium/drivers/nvc0/Makefile @@ -10,3 +10,6 @@ LIBRARY_INCLUDES = \ $(LIBDRM_CFLAGS) include ../../Makefile.template + +# FIXME: Remove when this driver is converted to automake. +all: default |