sidestep
[mTask.git] / int / nucleo-f767-blinky / Makefile
index d5e3f74..8b4f425 100644 (file)
@@ -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