2014-06-22 12:57:22 +02:00

7 lines
96 B
Makefile

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