1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 05:53:49 +01:00
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