yu.dong | c33b307 | 2024-08-21 23:14:49 -0700 | [diff] [blame^] | 1 | # Define source file lists to SRC_LIST |
| 2 | SRC_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 |
| 11 | ifeq ($(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 |
| 18 | else |
| 19 | SRC_LIST += $(strip $(CGEN_L1_OUTDIR))/ubm_data_path_trace_utmd.c |
| 20 | endif |
| 21 | |
| 22 | # Define include path lists to INC_DIR |
| 23 | INC_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 |
| 35 | SRC_PATH = service/hif/ubm/src |