blob: 60b518a3dc462e15c8846570dee55fcb3ee06dcc [file] [log] [blame]
rjw6c1fd8f2022-11-30 14:33:01 +08001# Define source file lists to SRC_LIST
2SRC_LIST = service/hif/hmu/src/hmu.c
3SRC_LIST += service/hif/hmu/src/hmu_conf_data.c
4
5
6# Define include path lists to INC_DIR
7INC_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
14COMP_DEFS = _HMU_
15
16# Define the source file search paths to SRC_PATH
17SRC_PATH = service/hif/hmu/src
18
19ifeq ($(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
26else
27 SRC_LIST += $(strip $(CGEN_L1_OUTDIR))/hif_srv_hmu_trace_utmd.c
28endif