mirror of
https://github.com/espressif/openthread.git
synced 2026-08-13 14:17:47 +00:00
[posix-app] remove link file from posix-app (#3072)
This commit is contained in:
@@ -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 +0,0 @@
|
||||
../../ncp/hdlc.cpp
|
||||
@@ -1 +0,0 @@
|
||||
../../ncp/spinel.c
|
||||
Reference in New Issue
Block a user