blob: fef7be5434abf02ae7e23c84e8293aa63cf9dc96 [file] [log] [blame]
rjw6c1fd8f2022-11-30 14:33:01 +08001#
2# Define source file lists to SRC_LIST
3#
4SRC_LIST = protocol/dispatcher/src/dispatcher_if.c \
5 protocol/dispatcher/src/dispatcher_ut.c \
6 protocol/dispatcher/src/dispatcher_control.c
7
8
9ifeq ($(strip $(CUSTOM_RELEASE)),TRUE)
10 SRC_LIST += $(strip $(CUS_MTK_REL))/dhl/l1trace/dispatcher_data_path_trace_utmd.c
11else
12 SRC_LIST += $(strip $(CGEN_L1_OUTDIR))/dispatcher_data_path_trace_utmd.c
13endif
14
15#
16# Define include path lists to INC_DIR
17#
18INC_DIR = interface/protocol/dispatcher \
19 protocol/dispatcher/include \
20 interface/protocol/nas_multimode/upcm \
21 interface/service/qmu_bm \
22 interface/service/prbm/ \
23 interface/service/dhl \
24 interface/middleware/general \
25 interface/driver/lhifcore
26
27#
28# Define the source file search paths to SRC_PATH
29#
30SRC_PATH = protocol/dispatcher/src