[Feature]Upload Modem source code

Change-Id: Id4294f30faced84d3e6fd6d5e61e1111bf287a37
diff --git a/mcu/make/module/l1/l1_config.mak b/mcu/make/module/l1/l1_config.mak
new file mode 100755
index 0000000..c923540
--- /dev/null
+++ b/mcu/make/module/l1/l1_config.mak
@@ -0,0 +1,57 @@
+CATEGORY_INCDIRS += ./interface/service/fsm
+CATEGORY_INCDIRS += interface/protocol/l2_utility/flc2_v2
+
+CATEGORY_INCDIRS += protocol/interface/ims \
+                    protocol/interface/l4 \
+                    protocol/interface/l4misc \
+                    protocol/interface/mcd/include \
+                    protocol/layer4/l4/include \
+                    protocol/layer4/l4/atci/include \
+                    protocol/layer4/l4/l4c/include/common \
+                    protocol/layer4/l4/l4c/include/proc \
+                    protocol/layer4/l4/csm/cc/include \
+                    protocol/layer4/l4/uem/include \
+                    protocol/layer4/l4/phb/include \
+                    protocol/layer4/l4/csm/cc/include \
+                    protocol/layer4/l4/csm \
+                    protocol/layer4/l4/tcm/etcm/include \
+                    protocol/layer4/l4/smsal/include \
+                    protocol/layer4/l4/tcm/rat_tcm/inc \
+                    protocol/layer4/l4/csm/ss/asn1/gen/include \
+                    protocol/layer4/l4/smu/include \
+                    protocol/layer4/l4/rac/common/include \
+                    protocol/layer4/l4/rac/ugrac/include \
+                    protocol/interface/asn/rr/include \
+                    protocol/layer4/l4/smslib/include \
+                    l1/gl1/l1d_ext
+
+ifneq ($(strip $(EUTRAN_MODE_SUPPORT)),NONE)
+  CATEGORY_INCDIRS += protocol/layer4/l4/rac/erac/include
+endif             
+
+ifeq ($(strip $(UMTS_RELEASE_SUPPORT)),UMTS_R8_SUPPORT)
+  CATEGORY_INCDIRS += l1/ul1/ul1d_ext
+else
+  ifeq ($(strip $(UMTS_RELEASE_SUPPORT)),UMTS_R7_SUPPORT)
+    CATEGORY_INCDIRS += l1/ul1/ul1d_ext
+  else
+    ifneq ($(filter $(strip $(PLATFORM)),$(UL1_HS_PLATFORM)),)
+      CATEGORY_INCDIRS += protocol/ul1/ul1_hs/ul1d_ext
+    endif
+  endif
+endif
+
+#fdr_reorg
+CATEGORY_INCDIRS += protocol/interface/general
+
+# *************************************************************************
+# From Global include path 
+# *************************************************************************
+ifeq ($(strip $(ETCM)),TRUE)
+CATEGORY_INCDIRS += protocol/layer4/l4/tcm/etcm/include
+endif
+
+CATEGORY_INCDIRS += protocol/layer4/l4/tcm/rat_tcm/inc
+CATEGORY_DEFS += 
+
+CFLAGS := $(filter-out -fstrict-aliasing, $(CFLAGS)) -fno-strict-aliasing