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:
parent
8256424480
commit
1f4adb2775
@ -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
3
sys/uuid/Makefile.dep
Normal file
@ -0,0 +1,3 @@
|
||||
USEMODULE += hashes
|
||||
USEMODULE += random
|
||||
USEMODULE += fmt
|
Loading…
Reference in New Issue
Block a user