2014-10-24 09:55:31 +02:00

7 lines
96 B
Makefile

DIRS = spi
ifneq (,$(filter chronos,$(BOARD)))
DIRS =
endif
include $(RIOTBASE)/Makefile.base