1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/Makefile.dep: add openwsn shell_commands missing dependency

This commit is contained in:
Francisco Molina 2020-10-26 17:42:23 +01:00
parent c97f025333
commit 1d1e4b6e7b
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8

View File

@ -569,6 +569,7 @@ ifneq (,$(filter shell_commands,$(USEMODULE)))
endif
ifneq (,$(filter openwsn_%,$(USEMODULE)))
USEMODULE += netif
USEMODULE += ipv6_addr
endif
endif