mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
ac50b4a052
boards/common: add common place for nrf51 based boards
12 lines
241 B
Makefile
12 lines
241 B
Makefile
ifneq (,$(filter microbit,$(USEMODULE)))
|
|
USEMODULE += xtimer
|
|
USEMODULE += mineplex
|
|
endif
|
|
|
|
ifneq (,$(filter saul_default,$(USEMODULE)))
|
|
USEMODULE += saul_gpio
|
|
USEMODULE += mma8x5x
|
|
endif
|
|
|
|
include $(RIOTBOARD)/common/nrf51/Makefile.dep
|