summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-08-13 00:00:50 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2014-08-13 00:46:53 +0100
commitfd7da27a43182169e6306d9df39e7e9498e38d28 (patch)
tree53e47a6cdee73a3d4b7f90beb914ee41c159243e /src/Makefile.am
parent792041ebe5d6ccfdd03cf6903f4942aa115387c6 (diff)
automake: compact gallium/drivers and gallium/winsys makefiles
Rather than having two separate almost empty and identical makefiles, compact them thus improving the configure and build time. Additionally this makes the automake build symmetrical to the scons and android one. v2: Rebase on top of vc4, compact drivers + winsys on a single line. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index cede5083af2..94299f9664a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -50,9 +50,8 @@ endif
if HAVE_GALLIUM
SUBDIRS += \
gallium/auxiliary \
- gallium/drivers \
+ gallium \
gallium/state_trackers \
- gallium/winsys \
gallium/targets
if HAVE_GALLIUM_TESTS