xref: /aosp_15_r20/trusty/kernel/app/fptest/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 Worker#GLOBAL_INCLUDES += $(LOCAL_DIR)/include
6*344aa361SAndroid Build Coastguard Worker
7*344aa361SAndroid Build Coastguard WorkerMODULE_SRCS += \
8*344aa361SAndroid Build Coastguard Worker	$(LOCAL_DIR)/fptest.c \
9*344aa361SAndroid Build Coastguard Worker	$(LOCAL_DIR)/fptest_$(ARCH).S \
10*344aa361SAndroid Build Coastguard Worker
11*344aa361SAndroid Build Coastguard Workerinclude make/module.mk
12