mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-28 22:49:47 +01:00
sys/coding: move dependency resolution in its own Makefile.dep
This commit is contained in:
parent
a554738a0c
commit
f9bc119ac9
@ -29,10 +29,6 @@ ifneq (,$(filter auto_init_sock_dns,$(USEMODULE)))
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq (,$(filter coding,$(USEMODULE)))
|
||||
USEMODULE += bitfield
|
||||
endif
|
||||
|
||||
ifneq (,$(filter congure_%,$(USEMODULE)))
|
||||
USEMODULE += congure
|
||||
endif
|
||||
|
1
sys/coding/Makefile.dep
Normal file
1
sys/coding/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
USEMODULE += bitfield
|
Loading…
Reference in New Issue
Block a user