X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Cu%2FCuUp%2FPdcp%2Fmakefile;fp=Cu%2FCuUp%2FPdcp%2Fmakefile;h=5df57d32f8eace6830741d3b3b38ab6502da5ac5;hb=1f71b9a76eacf92b39c1ce6f782f8404a34f60a9;hp=0000000000000000000000000000000000000000;hpb=254694245736881ecfff4eb0d1503bf3f49a21be;p=scp%2Focu%2F5gnr.git diff --git a/Cu/CuUp/Pdcp/makefile b/Cu/CuUp/Pdcp/makefile new file mode 100644 index 0000000..5df57d3 --- /dev/null +++ b/Cu/CuUp/Pdcp/makefile @@ -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)