aboutsummaryrefslogtreecommitdiff
path: root/ebuild.mk
diff options
context:
space:
mode:
authorHo-Eun Ryu <ho-eun.ryu@windriver.com>2009-09-25 10:18:27 +0900
committerPatrick Tjin <pattjin@google.com>2014-07-21 22:03:21 -0700
commit08373062d895bb9673e7391551d4756cd68e37fa (patch)
tree436ea55243d339b597b1b010833c5130ed277720 /ebuild.mk
parent8b5e59733f88b972148ff29fe0d6ce3ed5571ad9 (diff)
downloadwrs_omxil_core-08373062d895bb9673e7391551d4756cd68e37fa.tar.gz
wrs-omxil-core: add ebuild.mk for wrs-omxil-core
Diffstat (limited to 'ebuild.mk')
-rw-r--r--ebuild.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/ebuild.mk b/ebuild.mk
new file mode 100644
index 0000000..06676e0
--- /dev/null
+++ b/ebuild.mk
@@ -0,0 +1,13 @@
+LOCAL_PATH := $(call my-dir)
+include $(CLEAR_VARS)
+
+WRS_OMXIL_CORE_ROOT := $(LOCAL_PATH)
+
+# core
+-include $(WRS_OMXIL_CORE_ROOT)/core/src/ebuild.mk
+
+# base class
+-include $(WRS_OMXIL_CORE_ROOT)/base/src/ebuild.mk
+
+# utility
+-include $(WRS_OMXIL_CORE_ROOT)/utils/src/ebuild.mk