mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 18:43:50 +01:00
sys/eepreg: move dependency resolution in its own Makefile.dep
This commit is contained in:
parent
f9bc119ac9
commit
384469bc38
@ -65,10 +65,6 @@ ifneq (,$(filter debug_irq_disable,$(USEMODULE)))
|
|||||||
USEMODULE += fmt
|
USEMODULE += fmt
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter eepreg,$(USEMODULE)))
|
|
||||||
FEATURES_REQUIRED += periph_eeprom
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifneq (,$(filter fmt_table,$(USEMODULE)))
|
ifneq (,$(filter fmt_table,$(USEMODULE)))
|
||||||
USEMODULE += fmt
|
USEMODULE += fmt
|
||||||
endif
|
endif
|
||||||
|
|||||||
1
sys/eepreg/Makefile.dep
Normal file
1
sys/eepreg/Makefile.dep
Normal file
@ -0,0 +1 @@
|
|||||||
|
FEATURES_REQUIRED += periph_eeprom
|
||||||
Loading…
x
Reference in New Issue
Block a user