mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
95792d348e
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
|