X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=int%2Fnucleo-f767-blinky%2FMakefile;h=8b4f425d632d24624d63557f061fdec2e65ebe98;hb=a5c6b47a3e645aa8ce326e00c80e8bf10d515215;hp=d5e3f7436501cb3dc7e3092ed1ef4d794fbe3ba6;hpb=8d881526eee2134ade0eb6f3b554876ecced2db6;p=mTask.git diff --git a/int/nucleo-f767-blinky/Makefile b/int/nucleo-f767-blinky/Makefile index d5e3f74..8b4f425 100644 --- a/int/nucleo-f767-blinky/Makefile +++ b/int/nucleo-f767-blinky/Makefile @@ -41,7 +41,7 @@ include $(COMDIR)/pj/oocd-stm32f7xx.mk OCD = $(OCD-nucleo) #add sources -SRCS_C := $(wildcard $(SRCDIR)/*.c) +SRCS_C := $(filter-out src/interface_linux.c,$(wildcard $(SRCDIR)/*.c)) SRCS_S := $(wildcard $(SRCDIR)/*.s) #include common project makefile