[Mesa-dev] [PATCH 13/29] android: reorder gallium SUBDIRS
Emil Velikov
emil.l.velikov at gmail.com
Tue Jul 29 15:54:25 PDT 2014
To be closer to its automake counterpart.
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
src/gallium/Android.mk | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/src/gallium/Android.mk b/src/gallium/Android.mk
index 767361a..bf99e4f 100644
--- a/src/gallium/Android.mk
+++ b/src/gallium/Android.mk
@@ -26,10 +26,11 @@
GALLIUM_TOP := $(call my-dir)
GALLIUM_COMMON_MK := $(GALLIUM_TOP)/Android.common.mk
-SUBDIRS := \
- targets/egl-static \
- state_trackers/egl \
- auxiliary
+SUBDIRS := auxiliary
+
+#
+# Gallium drivers and their respective winsys
+#
# swrast
SUBDIRS += winsys/sw/android drivers/softpipe
@@ -78,5 +79,10 @@ ifneq ($(filter vmwgfx, $(MESA_GPU_DRIVERS)),)
SUBDIRS += winsys/svga/drm drivers/svga
endif
+#
+# Gallium state trackers and their users (targets)
+#
+SUBDIRS += state_trackers/egl targets/egl-static
+
mkfiles := $(patsubst %,$(GALLIUM_TOP)/%/Android.mk,$(SUBDIRS))
include $(mkfiles)
--
2.0.2
More information about the mesa-dev
mailing list