aboutsummaryrefslogtreecommitdiff
path: root/ebuild.mk
blob: 06676e0f6c32b50cf4f9885f188e731b0dbdeb9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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