Skip to content

Commit 14dfeeb

Browse files
authored
Merge pull request wolfSSL#464 from anhu/no_wolfssl-lwip-client
Makefile does not build wolfssl-lwip-client.
2 parents aa1818c + 4f43f2b commit 14dfeeb

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)