mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user