blob: 06676e0f6c32b50cf4f9885f188e731b0dbdeb9e [file] [log] [blame]
Ho-Eun Ryu08373062009-09-25 10:18:27 +09001LOCAL_PATH := $(call my-dir)
2include $(CLEAR_VARS)
3
4WRS_OMXIL_CORE_ROOT := $(LOCAL_PATH)
5
6# core
7-include $(WRS_OMXIL_CORE_ROOT)/core/src/ebuild.mk
8
9# base class
10-include $(WRS_OMXIL_CORE_ROOT)/base/src/ebuild.mk
11
12# utility
13-include $(WRS_OMXIL_CORE_ROOT)/utils/src/ebuild.mk