move native board specific parts to corresponding Makefile

dev/timer
Ludwig Ortmann 11 years ago
parent f669f9a05b
commit 5ca14e630b

@ -20,7 +20,4 @@ ifneq (,$(findstring cc110x_ng,$(USEMODULE)))
ifeq (,$(findstring hwtimer,$(USEMODULE)))
USEMODULE += hwtimer
endif
ifneq (,$(findstring native,$(BOARD)))
USEMODULE += cc110x_spi
endif
endif

Loading…
Cancel
Save