blob: f86844cc8d60ac7a8f25ae857c37a10b5c1bedc5 [file] [log] [blame]
yu.dongc33b3072024-08-21 23:14:49 -07001# Define source file lists to SRC_LIST
2SRC_LIST = service/hif/ubm/src/ubm.c \
3 service/hif/ubm/src/ubm_drb.c \
4 service/hif/ubm/src/ubm_fhb.c \
5 service/hif/ubm/src/ubm_nfhb.c \
6 service/hif/ubm/src/ubm_ul_meta.c \
7 service/hif/ubm/src/ubm_vrb.c \
8 service/hif/ubm/src/ubm_xit.c
9
10# L1 trace configuration file
11ifeq ($(strip $(CUSTOM_RELEASE)),TRUE)
12 #custom
13 ifeq ($(strip $(DHL_SUPPORT)),TRUE)
14 SRC_LIST += $(strip $(CUS_MTK_REL))/dhl/l1trace/ubm_data_path_trace_utmd.c
15 else
16 SRC_LIST += $(strip $(CUS_MTK_REL))/tst/l1trace/ubm_data_path_trace_utmd.c
17 endif
18else
19 SRC_LIST += $(strip $(CGEN_L1_OUTDIR))/ubm_data_path_trace_utmd.c
20endif
21
22# Define include path lists to INC_DIR
23INC_DIR = ./interface/service/hif \
24 service/hif/ubm/include \
25 ./service/hif/interface \
26 interface/driver/lhifcore \
27 interface/middleware/hif \
28 interface/driver/hif \
29 ./interface/service/prbm \
30 interface/service/qmu_bm
31
32# Define the specified compile options to COMP_DEFS
33
34# Define the source file search paths to SRC_PATH
35SRC_PATH = service/hif/ubm/src