mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 22:53:02 +01:00
5 lines
162 B
Makefile
5 lines
162 B
Makefile
# Target architecture for the build. Use arm-none-eabi if you are unsure.
|
|
export TARGET_ARCH ?= arm-none-eabi
|
|
|
|
INCLUDES += -I$(RIOTBASE)/cpu/arm7_common/include/
|