summaryrefslogtreecommitdiff
path: root/mobicore/daemon/Kernel/Platforms/Generic/Android.mk
blob: 8b4b8b40551146aa67517879bf3fffbf53a751c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# =============================================================================
#
# Generic  TrustZone device includes
#
# =============================================================================

# This is not a separate module.
# All paths are relative to APP_PROJECT_PATH!
KERNEL_PATH := Kernel/Platforms/Generic

# Add new source files here
LOCAL_SRC_FILES += $(KERNEL_PATH)/CMcKMod.cpp

# Header files for components including this module
LOCAL_C_INCLUDES += $(LOCAL_PATH)/$(KERNEL_PATH)