1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 22:49:47 +01:00

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

This commit is contained in:
Alexandre Abadie 2023-04-21 10:15:17 +02:00
parent 8256424480
commit 1f4adb2775
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 3 additions and 6 deletions

View File

@ -680,12 +680,6 @@ ifneq (,$(filter usbus_msc,$(USEMODULE)))
USEMODULE += mtd_write_page
endif
ifneq (,$(filter uuid,$(USEMODULE)))
USEMODULE += hashes
USEMODULE += random
USEMODULE += fmt
endif
ifneq (,$(filter riotboot_flashwrite, $(USEMODULE)))
USEMODULE += riotboot_slot
FEATURES_REQUIRED += periph_flashpage

3
sys/uuid/Makefile.dep Normal file
View File

@ -0,0 +1,3 @@
USEMODULE += hashes
USEMODULE += random
USEMODULE += fmt