O-CU-UP
[scp/ocu/5gnr.git] / Cu / CuUp / Pdcp / makefile
diff --git a/Cu/CuUp/Pdcp/makefile b/Cu/CuUp/Pdcp/makefile
new file mode 100644 (file)
index 0000000..5df57d3
--- /dev/null
@@ -0,0 +1,18 @@
+
+include ${G_COMMON_OBJ_DIR_F}
+
+
+SRC_DIR_UP=$(shell pwd)/PdcpUp/Src
+SRC_DIR_CM=$(shell pwd)/Common/Src
+M_TARGET=${G_TARGET_DIR}/libPdcp.a
+M_SOURCES += $(wildcard *.c $(SRC_DIR_UP)/*.c)
+M_SOURCES += $(wildcard *.c $(SRC_DIR_CM)/*.c)
+
+# todo
+
+
+include ${G_COMPILE_S_LIB_F}
+
+include ${G_COMMON_COMPILE_F}
+
+-include $(M_DEPS)