Makefile does not build wolfssl-lwip-client.
parent
aa1818ce35
commit
4f43f2b93d
|
@ -19,6 +19,10 @@ LIBS+=$(DYN_LIB)
|
|||
|
||||
# build targets
|
||||
SRC=$(wildcard *.c)
|
||||
|
||||
# Exclude wolfssl-lwip-client.c since it is not a stand-alone application, but
|
||||
# is needed for LWIP example
|
||||
SRC := $(filter-out wolfssl-lwip-client.c, $(SRC))
|
||||
TARGETS=$(patsubst %.c, %, $(SRC))
|
||||
|
||||
.PHONY: clean all
|
||||
|
|
Loading…
Reference in New Issue