OSDN Git Service

minigbm: cros_gralloc: Don't build gbm
[android-x86/external-minigbm.git] / cros_gralloc / Makefile
index bde9c42..2798355 100644 (file)
@@ -4,8 +4,9 @@
 
 GRALLOC = gralloc.cros.so
 
-SOURCES =  $(wildcard *.cc)
-SOURCES += $(wildcard ../*.c)
+SRCS    = $(wildcard *.cc)
+SRCS   += $(wildcard ../*.c)
+SOURCES = $(filter-out ../gbm%, $(SRCS))
 
 VPATH = $(dir $(SOURCES))