From fe8c242a3075f34cb79eb91c2e39cd04d368c9c4 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Fri, 10 Jan 2020 14:46:35 +0100 Subject: [PATCH] boards/native: remove exports of UNDEF vars --- boards/native/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/native/Makefile.include b/boards/native/Makefile.include index fdd510ead1..3974fbbc49 100644 --- a/boards/native/Makefile.include +++ b/boards/native/Makefile.include @@ -160,4 +160,4 @@ eval-gprof: eval-cachegrind: $(CGANNOTATE) $(shell ls -rt cachegrind.out* | tail -1) -export UNDEF += $(BINDIR)/cpu/startup.o +UNDEF += $(BINDIR)/cpu/startup.o