blob: a01b41087cde9814942b990693554ed83ad2362f [file] [log] [blame]
# =============================================================================
#
# Module: Kernel Module access
# All paths are relative to application root!
#
# =============================================================================
include $(LOCAL_PATH)/Kernel/Platforms/Generic/Android.mk
# Include platform specific sub-makefiles
ifdef $(PLATFORM)
include $(LOCAL_PATH)/Kernel/Platforms/$(PLATFORM)/Android.mk
endif
# Add new source files here
LOCAL_SRC_FILES += Kernel/CKMod.cpp
# Header files for components including this module
LOCAL_C_INCLUDES += $(LOCAL_PATH)/Kernel