We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa1818c + 4f43f2b commit 14dfeebCopy full SHA for 14dfeeb
1 file changed
maxq10xx/Makefile
@@ -19,6 +19,10 @@ LIBS+=$(DYN_LIB)
19
20
# build targets
21
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))
26
TARGETS=$(patsubst %.c, %, $(SRC))
27
28
.PHONY: clean all
0 commit comments