mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 09:33:50 +01:00
sys/ut_process: move dependency resolution in its own Makefile.dep
This commit is contained in:
parent
bec4c3e0b3
commit
d9047a063f
@ -670,10 +670,6 @@ ifneq (,$(filter usbus_dfu,$(USEMODULE)))
|
||||
USEMODULE += riotboot_slot
|
||||
endif
|
||||
|
||||
ifneq (,$(filter ut_process,$(USEMODULE)))
|
||||
USEMODULE += fmt
|
||||
endif
|
||||
|
||||
ifneq (,$(filter usbus_msc,$(USEMODULE)))
|
||||
USEMODULE += usbus
|
||||
USEMODULE += mtd
|
||||
|
||||
1
sys/ut_process/Makefile.dep
Normal file
1
sys/ut_process/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
USEMODULE += fmt
|
||||
Loading…
x
Reference in New Issue
Block a user