[posix-app] remove link file from posix-app (#3072)

This commit is contained in:
Yakun Xu
2018-09-15 11:40:47 -10:00
committed by Jonathan Hui
parent ed794337e7
commit a834a06dbd
3 changed files with 12 additions and 4 deletions
+12 -2
View File
@@ -43,19 +43,29 @@ libopenthread_posix_a_SOURCES = \
alarm.c \
flash.c \
frame_queue.cpp \
hdlc.cpp \
logging.c \
misc.c \
radio_spinel.cpp \
random.c \
settings.cpp \
spi-stubs.c \
spinel.c \
sim.c \
system.c \
uart.c \
$(NULL)
INC_NCP_SOURCES = \
inc_spinel.c \
inc_hdlc.cpp \
$(NULL)
nodist_libopenthread_posix_a_SOURCES = \
$(INC_NCP_SOURCES) \
$(NULL)
inc_%: ../../ncp/%
echo '#include "$<"' > $@
noinst_HEADERS = \
flash.h \
frame_queue.hpp \
-1
View File
@@ -1 +0,0 @@
../../ncp/hdlc.cpp
-1
View File
@@ -1 +0,0 @@
../../ncp/spinel.c