diff options
Diffstat (limited to 'src/gallium/drivers/Makefile.am')
-rw-r--r-- | src/gallium/drivers/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/drivers/Makefile.am b/src/gallium/drivers/Makefile.am new file mode 100644 index 00000000000..b6954e2d94a --- /dev/null +++ b/src/gallium/drivers/Makefile.am @@ -0,0 +1,4 @@ +SUBDIRS = $(GALLIUM_DRIVERS_DIRS) + +# FIXME: Remove when the rest of Gallium is converted to automake. +default: all |