mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
iotlab-m3: add missing makefile include to dependencies
This got lost somehow in 10e9336
. Without this fix gnrc_netdev_default
does not include the at86rf2xx module.
This commit is contained in:
parent
ac94d38657
commit
95792d348e
@ -1,3 +1,5 @@
|
||||
include $(RIOTBOARD)/iotlab-common/Makefile.dep
|
||||
|
||||
ifneq (,$(filter saul_default,$(USEMODULE)))
|
||||
USEMODULE += isl29020
|
||||
USEMODULE += lps331ap
|
||||
|
Loading…
Reference in New Issue
Block a user