[Feature]Upload Modem source code
Change-Id: Id4294f30faced84d3e6fd6d5e61e1111bf287a37
diff --git a/mcu/make/module/protocol/ims/extern/dispatcher.mak b/mcu/make/module/protocol/ims/extern/dispatcher.mak
new file mode 100644
index 0000000..fef7be5
--- /dev/null
+++ b/mcu/make/module/protocol/ims/extern/dispatcher.mak
@@ -0,0 +1,30 @@
+#
+# 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