rjw | 6c1fd8f | 2022-11-30 14:33:01 +0800 | [diff] [blame] | 1 | # |
| 2 | # Define source file lists to SRC_LIST |
| 3 | # |
| 4 | SRC_LIST = protocol/dispatcher/src/dispatcher_if.c \ |
| 5 | protocol/dispatcher/src/dispatcher_ut.c \ |
| 6 | protocol/dispatcher/src/dispatcher_control.c |
| 7 | |
| 8 | |
| 9 | ifeq ($(strip $(CUSTOM_RELEASE)),TRUE) |
| 10 | SRC_LIST += $(strip $(CUS_MTK_REL))/dhl/l1trace/dispatcher_data_path_trace_utmd.c |
| 11 | else |
| 12 | SRC_LIST += $(strip $(CGEN_L1_OUTDIR))/dispatcher_data_path_trace_utmd.c |
| 13 | endif |
| 14 | |
| 15 | # |
| 16 | # Define include path lists to INC_DIR |
| 17 | # |
| 18 | INC_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 | # |
| 30 | SRC_PATH = protocol/dispatcher/src |