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
|