mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
cpu: remove useless export of TARGET_ARCH
This commit is contained in:
parent
2e7202ef2e
commit
ed101a6b92
@ -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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user