summaryrefslogtreecommitdiff
path: root/mobicore/daemon/Kernel/Android.mk
blob: a01b41087cde9814942b990693554ed83ad2362f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# =============================================================================
#
# 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