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.
|
# 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/
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user