1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 23:29:45 +01:00

sys/luid: move dependency resolution in its own Makefile.dep

This commit is contained in:
Alexandre Abadie 2023-04-21 09:50:01 +02:00
parent fb167c7a9c
commit 2b658246b0
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 1 additions and 8 deletions

View File

@ -346,10 +346,6 @@ ifneq (,$(filter telnet,$(USEMODULE)))
USEMODULE += sock_tcp
endif
ifneq (,$(filter luid,$(USEMODULE)))
FEATURES_OPTIONAL += periph_cpuid
endif
ifneq (,$(filter fib,$(USEMODULE)))
USEMODULE += universal_address
USEMODULE += xtimer
@ -686,10 +682,6 @@ ifneq (,$(filter gcoap_dns,$(USEMODULE)))
USEMODULE += sock_util
endif
ifneq (,$(filter luid,$(USEMODULE)))
FEATURES_OPTIONAL += periph_cpuid
endif
ifneq (,$(filter nanocoap_dtls,$(USEMODULE)))
USEMODULE += sock_dtls
USEPKG += tinydtls

1
sys/luid/Makefile.dep Normal file
View File

@ -0,0 +1 @@
FEATURES_OPTIONAL += periph_cpuid