Skip to content

Commit 4f43f2b

Browse files
committed
Makefile does not build wolfssl-lwip-client.
1 parent aa1818c commit 4f43f2b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

maxq10xx/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ LIBS+=$(DYN_LIB)
1919

2020
# build targets
2121
SRC=$(wildcard *.c)
22+
23+
# Exclude wolfssl-lwip-client.c since it is not a stand-alone application, but
24+
# is needed for LWIP example
25+
SRC := $(filter-out wolfssl-lwip-client.c, $(SRC))
2226
TARGETS=$(patsubst %.c, %, $(SRC))
2327

2428
.PHONY: clean all

0 commit comments

Comments
 (0)