1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

sys: luid: add optional periph_cpuid feature dependency

This commit is contained in:
Kaspar Schleiser 2017-08-31 00:49:57 +02:00
parent 710771a8dc
commit ac2e2e2165

View File

@ -715,6 +715,10 @@ USEPKG += nanocoap
USEMODULE += gnrc_sock_udp
endif
ifneq (,$(filter luid,$(USEMODULE)))
FEATURES_OPTIONAL += periph_cpuid
endif
# always select gpio (until explicit dependencies are sorted out)
FEATURES_OPTIONAL += periph_gpio