xref: /aosp_15_r20/trusty/kernel/lib/mmutest/rules.mk (revision 344aa361028b423587d4ef3fa52a23d194628137)
1*344aa361SAndroid Build Coastguard WorkerLOCAL_DIR := $(GET_LOCAL_DIR)
2*344aa361SAndroid Build Coastguard Worker
3*344aa361SAndroid Build Coastguard WorkerMODULE := $(LOCAL_DIR)
4*344aa361SAndroid Build Coastguard Worker
5*344aa361SAndroid Build Coastguard WorkerMODULE_SRCS += \
6*344aa361SAndroid Build Coastguard Worker	$(LOCAL_DIR)/mmutest_$(ARCH).S \
7*344aa361SAndroid Build Coastguard Worker	$(LOCAL_DIR)/mmutest_pan_$(ARCH).c \
8*344aa361SAndroid Build Coastguard Worker
9*344aa361SAndroid Build Coastguard WorkerGLOBAL_INCLUDES += \
10*344aa361SAndroid Build Coastguard Worker	$(LOCAL_DIR)/include
11*344aa361SAndroid Build Coastguard Worker
12*344aa361SAndroid Build Coastguard Workerinclude make/module.mk
13