From 0e7e1b76cd7386a04111bb25f94754f79e382107 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Fri, 10 Jan 2020 14:46:26 +0100 Subject: [PATCH] sys: remove exports of UNDEF vars --- sys/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/Makefile.include b/sys/Makefile.include index bcaaa8462c..f6add34d89 100644 --- a/sys/Makefile.include +++ b/sys/Makefile.include @@ -43,7 +43,7 @@ ifneq (,$(filter cpp11-compat,$(USEMODULE))) USEMODULE_INCLUDES += $(RIOTBASE)/sys/cpp11-compat/include # make sure cppsupport.o is linked explicitly because __dso_handle is not # found if it is hidden away inside a static object. - export UNDEF += $(BINDIR)/cpp11-compat/cppsupport.o + UNDEF += $(BINDIR)/cpp11-compat/cppsupport.o endif ifneq (,$(filter embunit,$(USEMODULE)))