diff --git a/maxq10xx/Makefile b/maxq10xx/Makefile index 159c2cd8..016cc42c 100644 --- a/maxq10xx/Makefile +++ b/maxq10xx/Makefile @@ -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