From ed101a6b92ea81d768a92f23652840c9daddfbcf Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Fri, 10 Jan 2020 14:55:41 +0100 Subject: [PATCH] cpu: remove useless export of TARGET_ARCH --- cpu/arm7_common/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/arm7_common/Makefile.include b/cpu/arm7_common/Makefile.include index 1c3447e340..1d7edd59b4 100644 --- a/cpu/arm7_common/Makefile.include +++ b/cpu/arm7_common/Makefile.include @@ -1,5 +1,5 @@ # Target architecture for the build. Use arm-none-eabi if you are unsure. -export TARGET_ARCH ?= arm-none-eabi +TARGET_ARCH ?= arm-none-eabi INCLUDES += -I$(RIOTBASE)/cpu/arm7_common/include/