xref: /aosp_15_r20/trusty/kernel/app/smptest/rules.mk (revision 344aa361028b423587d4ef3fa52a23d194628137)
1*344aa361SAndroid Build Coastguard Workerifeq ($(WITH_SMP),1)
2*344aa361SAndroid Build Coastguard Worker
3*344aa361SAndroid Build Coastguard WorkerLOCAL_DIR := $(GET_LOCAL_DIR)
4*344aa361SAndroid Build Coastguard Worker
5*344aa361SAndroid Build Coastguard WorkerMODULE := $(LOCAL_DIR)
6*344aa361SAndroid Build Coastguard Worker
7*344aa361SAndroid Build Coastguard WorkerMODULE_DEPS += \
8*344aa361SAndroid Build Coastguard Worker	trusty/kernel/lib/unittest \
9*344aa361SAndroid Build Coastguard Worker
10*344aa361SAndroid Build Coastguard WorkerMODULE_SRCS += \
11*344aa361SAndroid Build Coastguard Worker	$(LOCAL_DIR)/smptest.c \
12*344aa361SAndroid Build Coastguard Worker
13*344aa361SAndroid Build Coastguard Workerinclude make/module.mk
14*344aa361SAndroid Build Coastguard Worker
15*344aa361SAndroid Build Coastguard Workerendif
16