* added dependency for cc110x_ng to transceiver

dev/timer
Oliver Hahm 10 years ago
parent 0a50f17006
commit 8a175a5702

@ -14,6 +14,10 @@ ifneq (,$(findstring uart0,$(USEMODULE)))
endif
ifneq (,$(findstring cc110x_ng,$(USEMODULE)))
ifeq (,$(findstring transceiver,$(USEMODULE)))
USEMODULE += transceiver
endif
ifneq (,$(findstring msba2,$(BOARD)))
USEMODULE += cc110x_spi
ifeq (,$(findstring gpioint,$(USEMODULE)))

Loading…
Cancel
Save