| # Define source file lists to SRC_LIST |
| SRC_LIST = service/hif/hmu/src/hmu.c |
| SRC_LIST += service/hif/hmu/src/hmu_conf_data.c |
| |
| |
| # Define include path lists to INC_DIR |
| INC_DIR = ./interface/service/hif \ |
| ./interface/service/hif \ |
| service/hif/hmu/include \ |
| ./service/hif/interface \ |
| protocol/interface/ddm |
| |
| # Define the specified compile options to COMP_DEFS |
| COMP_DEFS = _HMU_ |
| |
| # Define the source file search paths to SRC_PATH |
| SRC_PATH = service/hif/hmu/src |
| |
| ifeq ($(strip $(CUSTOM_RELEASE)),TRUE) |
| #custom |
| ifeq ($(strip $(DHL_SUPPORT)),TRUE) |
| SRC_LIST += $(strip $(CUS_MTK_REL))/dhl/l1trace/hif_srv_hmu_trace_utmd.c |
| else |
| SRC_LIST += $(strip $(CUS_MTK_REL))/tst/l1trace/hif_srv_hmu_trace_utmd.c |
| endif |
| else |
| SRC_LIST += $(strip $(CGEN_L1_OUTDIR))/hif_srv_hmu_trace_utmd.c |
| endif |