mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 01:53:51 +01:00
make: fix gnrc_slip dependency
This commit is contained in:
parent
daa277b36e
commit
0a4781536e
@ -353,6 +353,10 @@ ifneq (,$(filter gnrc_pktdump,$(USEMODULE)))
|
|||||||
USEMODULE += od
|
USEMODULE += od
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq (,$(filter gnrc_slip,$(USEMODULE)))
|
||||||
|
FEATURES_REQUIRED += periph_uart
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter od,$(USEMODULE)))
|
ifneq (,$(filter od,$(USEMODULE)))
|
||||||
USEMODULE += fmt
|
USEMODULE += fmt
|
||||||
endif
|
endif
|
||||||
|
|||||||
@ -43,10 +43,6 @@ ifneq (,$(filter cpp11-compat,$(USEMODULE)))
|
|||||||
export UNDEF += $(BINDIR)/cpp11-compat/cppsupport.o
|
export UNDEF += $(BINDIR)/cpp11-compat/cppsupport.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter gnrc_slip,$(USEMODULE)))
|
|
||||||
FEATURES_REQUIRED += periph_uart
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifneq (,$(filter embunit,$(USEMODULE)))
|
ifneq (,$(filter embunit,$(USEMODULE)))
|
||||||
ifeq ($(OUTPUT),XML)
|
ifeq ($(OUTPUT),XML)
|
||||||
CFLAGS += -DOUTPUT=OUTPUT_XML
|
CFLAGS += -DOUTPUT=OUTPUT_XML
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user