mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
This got lost somehow in 10e9336. Without this fix gnrc_netdev_default does not include the at86rf2xx module.
7 lines
148 B
Makefile
7 lines
148 B
Makefile
include $(RIOTBOARD)/iotlab-common/Makefile.dep
|
|
|
|
ifneq (,$(filter saul_default,$(USEMODULE)))
|
|
USEMODULE += isl29020
|
|
USEMODULE += lps331ap
|
|
endif
|