[Feature]Upload Modem source code
Change-Id: Id4294f30faced84d3e6fd6d5e61e1111bf287a37
diff --git a/mcu/make/module/driver/tty/extern/tty.mak b/mcu/make/module/driver/tty/extern/tty.mak
new file mode 100644
index 0000000..4913a73
--- /dev/null
+++ b/mcu/make/module/driver/tty/extern/tty.mak
@@ -0,0 +1,33 @@
+#######################################################################
+# tty #
+#######################################################################
+# Define source file lists to SRC_LIST
+SRC_LIST = driver/tty/src/dcl_tty.c
+
+ifneq ($(filter __TTY_UT__, $(strip $(MODULE_DEFS))),)
+ SRC_LIST += driver/tty/src/tty_ut.c
+endif
+
+ifneq ($(filter __EXCEPT_TTY_UT__, $(strip $(MODULE_DEFS))),)
+ SRC_LIST += driver/tty/src/excp_tty_ut.c
+endif
+
+ifneq ($(filter ATEST_SYS_TTYCORE, $(strip $(MODULE_DEFS))),)
+ SRC_LIST += driver/tty/src/tty_unit_test.c
+endif
+
+# Define include path lists to INC_DIR
+INC_DIR = driver/tty/inc \
+ driver/devdrv/common/inc \
+ interface/protocol/l2_utility/flc2_v2
+
+# Define the specified compile options to COMP_DEFS
+COMP_DEFS =
+
+# Define the source file search paths to SRC_PATH
+SRC_PATH = driver/tty/src
+
+#fdr_reorg
+INC_DIR += interface/service/sbp \
+ interface/protocol/as_c2k/common \
+ custom/protocol/common/ps
\ No newline at end of file