mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8 lines
181 B
Makefile
8 lines
181 B
Makefile
ifneq (,$(filter netdev_default gnrc_netdev_default,$(USEMODULE)))
|
|
USEMODULE += cc110x
|
|
endif
|
|
|
|
USEMODULE += boards_common_msba2
|
|
|
|
include $(RIOTBOARD)/common/msba2/Makefile.include
|