1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/cc110x_ng/Makefile

12 lines
204 B
Makefile
Raw Normal View History

2014-02-14 14:30:16 +01:00
ifneq (,$(filter msb-430h,$(BOARD)))
DIRS += spi
2013-02-15 22:17:42 +01:00
endif
2014-02-14 14:30:16 +01:00
ifneq (,$(filter msba2,$(BOARD)))
DIRS += spi
endif
2014-02-14 14:30:16 +01:00
ifneq (,$(filter wsn430-v1_3b,$(BOARD)))
DIRS += spi
endif
include $(RIOTBASE)/Makefile.base