[Intel-gfx] [PATCH i-g-t 2/2] tools/Android.mk: add any extra program sources
Thomas Wood
thomas.wood at intel.com
Thu Jul 16 04:07:33 PDT 2015
Cc: Derek Morton <derek.j.morton at intel.com>
Signed-off-by: Thomas Wood <thomas.wood at intel.com>
---
tools/Android.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/Android.mk b/tools/Android.mk
index 39f4512..f7dc3bb 100644
--- a/tools/Android.mk
+++ b/tools/Android.mk
@@ -1,13 +1,13 @@
LOCAL_PATH := $(call my-dir)
-include $(LOCAL_PATH)/Makefile.sources
+include ./$(LOCAL_PATH)/Makefile.sources
#================#
define add_tool
include $(CLEAR_VARS)
- LOCAL_SRC_FILES := $1.c
+ LOCAL_SRC_FILES := $1.c $($(1)_SOURCES)
LOCAL_CFLAGS += -DHAVE_TERMIOS_H
LOCAL_CFLAGS += -DHAVE_STRUCT_SYSINFO_TOTALRAM
--
2.4.3
More information about the Intel-gfx
mailing list