| # |
| # Define source file lists to SRC_LIST |
| # |
| SRC_LIST = protocol/dispatcher/src/dispatcher_if.c \ |
| protocol/dispatcher/src/dispatcher_ut.c \ |
| protocol/dispatcher/src/dispatcher_control.c |
| |
| |
| ifeq ($(strip $(CUSTOM_RELEASE)),TRUE) |
| SRC_LIST += $(strip $(CUS_MTK_REL))/dhl/l1trace/dispatcher_data_path_trace_utmd.c |
| else |
| SRC_LIST += $(strip $(CGEN_L1_OUTDIR))/dispatcher_data_path_trace_utmd.c |
| endif |
| |
| # |
| # Define include path lists to INC_DIR |
| # |
| INC_DIR = interface/protocol/dispatcher \ |
| protocol/dispatcher/include \ |
| interface/protocol/nas_multimode/upcm \ |
| interface/service/qmu_bm \ |
| interface/service/prbm/ \ |
| interface/service/dhl \ |
| interface/middleware/general \ |
| interface/driver/lhifcore |
| |
| # |
| # Define the source file search paths to SRC_PATH |
| # |
| SRC_PATH = protocol/dispatcher/src |