Skip to content
Snippets Groups Projects
Commit 0a478153 authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

make: fix gnrc_slip dependency

parent daa277b3
No related branches found
No related tags found
No related merge requests found
......@@ -353,6 +353,10 @@ ifneq (,$(filter gnrc_pktdump,$(USEMODULE)))
USEMODULE += od
endif
ifneq (,$(filter gnrc_slip,$(USEMODULE)))
FEATURES_REQUIRED += periph_uart
endif
ifneq (,$(filter od,$(USEMODULE)))
USEMODULE += fmt
endif
......
......@@ -43,10 +43,6 @@ ifneq (,$(filter cpp11-compat,$(USEMODULE)))
export UNDEF += $(BINDIR)/cpp11-compat/cppsupport.o
endif
ifneq (,$(filter gnrc_slip,$(USEMODULE)))
FEATURES_REQUIRED += periph_uart
endif
ifneq (,$(filter embunit,$(USEMODULE)))
ifeq ($(OUTPUT),XML)
CFLAGS += -DOUTPUT=OUTPUT_XML
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment