1LOCAL_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 14