rjw | 6c1fd8f | 2022-11-30 14:33:01 +0800 | [diff] [blame] | 1 | # Define source file lists to SRC_LIST |
| 2 | SRC_LIST = service/hif/hmu/src/hmu.c |
| 3 | SRC_LIST += service/hif/hmu/src/hmu_conf_data.c |
| 4 | |
| 5 | |
| 6 | # Define include path lists to INC_DIR |
| 7 | INC_DIR = ./interface/service/hif \ |
| 8 | ./interface/service/hif \ |
| 9 | service/hif/hmu/include \ |
| 10 | ./service/hif/interface \ |
| 11 | protocol/interface/ddm |
| 12 | |
| 13 | # Define the specified compile options to COMP_DEFS |
| 14 | COMP_DEFS = _HMU_ |
| 15 | |
| 16 | # Define the source file search paths to SRC_PATH |
| 17 | SRC_PATH = service/hif/hmu/src |
| 18 | |
| 19 | ifeq ($(strip $(CUSTOM_RELEASE)),TRUE) |
| 20 | #custom |
| 21 | ifeq ($(strip $(DHL_SUPPORT)),TRUE) |
| 22 | SRC_LIST += $(strip $(CUS_MTK_REL))/dhl/l1trace/hif_srv_hmu_trace_utmd.c |
| 23 | else |
| 24 | SRC_LIST += $(strip $(CUS_MTK_REL))/tst/l1trace/hif_srv_hmu_trace_utmd.c |
| 25 | endif |
| 26 | else |
| 27 | SRC_LIST += $(strip $(CGEN_L1_OUTDIR))/hif_srv_hmu_trace_utmd.c |
| 28 | endif |