mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 05:53:49 +01:00
`gnrc_netdev_default` will pull in `netdev_default`, so no need to check for both in `Makefile.dep`
9 lines
171 B
Makefile
9 lines
171 B
Makefile
ifneq (,$(filter netdev_default,$(USEMODULE)))
|
|
USEMODULE += cc1100
|
|
endif
|
|
|
|
ifneq (,$(filter saul_default,$(USEMODULE)))
|
|
USEMODULE += ltc4150
|
|
USEMODULE += sht11
|
|
endif
|