cpu: remove useless export of TARGET_ARCH

This commit is contained in:
Alexandre Abadie 2020-01-10 14:55:41 +01:00
parent 2e7202ef2e
commit ed101a6b92
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -1,5 +1,5 @@
# Target architecture for the build. Use arm-none-eabi if you are unsure. # 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/ INCLUDES += -I$(RIOTBASE)/cpu/arm7_common/include/