mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11 lines
239 B
Makefile
11 lines
239 B
Makefile
include $(RIOTBOARD)/common/msba2/Makefile.dep
|
|
|
|
ifneq (,$(filter netdev_default gnrc_netdev_default,$(USEMODULE)))
|
|
USEMODULE += cc1100
|
|
endif
|
|
|
|
ifneq (,$(filter saul_default,$(USEMODULE)))
|
|
USEMODULE += ltc4150
|
|
USEMODULE += sht11
|
|
endif
|