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