mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-28 23:09:46 +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
|
||||
endif
|
||||
|
||||
ifneq (,$(filter eepreg,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_eeprom
|
||||
endif
|
||||
|
||||
ifneq (,$(filter fmt_table,$(USEMODULE)))
|
||||
USEMODULE += fmt
|
||||
endif
|
||||
|
1
sys/eepreg/Makefile.dep
Normal file
1
sys/eepreg/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
FEATURES_REQUIRED += periph_eeprom
|
Loading…
Reference in New Issue
Block a user