mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
15 lines
287 B
Makefile
15 lines
287 B
Makefile
ifneq (,$(filter netdev_default,$(USEMODULE)))
|
|
USEMODULE += cc1100
|
|
USEMODULE += cc110x_868mhz
|
|
endif
|
|
|
|
ifneq (,$(filter saul_default,$(USEMODULE)))
|
|
USEMODULE += ltc4150
|
|
USEMODULE += sht11
|
|
endif
|
|
|
|
# default to mtd_mci
|
|
ifneq (,$(filter mtd,$(USEMODULE)))
|
|
USEMODULE += mtd_mci
|
|
endif
|