mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-28 22:49:47 +01:00
sys/isrpipe: move dependency resolution in its own Makefile.dep
This commit is contained in:
parent
4e3290bece
commit
7ce942ab54
@ -309,10 +309,6 @@ endif
|
||||
# Include all stdio_% dependencies after all USEMODULE += stdio_%
|
||||
include $(RIOTBASE)/makefiles/stdio.inc.mk
|
||||
|
||||
ifneq (,$(filter isrpipe,$(USEMODULE)))
|
||||
USEMODULE += tsrb
|
||||
endif
|
||||
|
||||
ifneq (,$(filter isrpipe_read_timeout,$(USEMODULE)))
|
||||
USEMODULE += isrpipe
|
||||
USEMODULE += ztimer_usec
|
||||
|
1
sys/isrpipe/Makefile.dep
Normal file
1
sys/isrpipe/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
USEMODULE += tsrb
|
Loading…
Reference in New Issue
Block a user