blob: f86844cc8d60ac7a8f25ae857c37a10b5c1bedc5 [file] [log] [blame]
# Define source file lists to SRC_LIST
SRC_LIST = service/hif/ubm/src/ubm.c \
service/hif/ubm/src/ubm_drb.c \
service/hif/ubm/src/ubm_fhb.c \
service/hif/ubm/src/ubm_nfhb.c \
service/hif/ubm/src/ubm_ul_meta.c \
service/hif/ubm/src/ubm_vrb.c \
service/hif/ubm/src/ubm_xit.c
# L1 trace configuration file
ifeq ($(strip $(CUSTOM_RELEASE)),TRUE)
#custom
ifeq ($(strip $(DHL_SUPPORT)),TRUE)
SRC_LIST += $(strip $(CUS_MTK_REL))/dhl/l1trace/ubm_data_path_trace_utmd.c
else
SRC_LIST += $(strip $(CUS_MTK_REL))/tst/l1trace/ubm_data_path_trace_utmd.c
endif
else
SRC_LIST += $(strip $(CGEN_L1_OUTDIR))/ubm_data_path_trace_utmd.c
endif
# Define include path lists to INC_DIR
INC_DIR = ./interface/service/hif \
service/hif/ubm/include \
./service/hif/interface \
interface/driver/lhifcore \
interface/middleware/hif \
interface/driver/hif \
./interface/service/prbm \
interface/service/qmu_bm
# Define the specified compile options to COMP_DEFS
# Define the source file search paths to SRC_PATH
SRC_PATH = service/hif/ubm/src