1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/nrf5x_common/Makefile.include
2022-09-23 15:55:05 +02:00

9 lines
199 B
Makefile

CFLAGS += -DCPU_FAM_$(call uppercase_and_underscore,$(CPU_FAM))
ROM_START_ADDR ?= 0x00000000
RAM_START_ADDR ?= 0x20000000
LINKER_SCRIPT ?= cortexm.ld
INCLUDES += -I$(RIOTCPU)/nrf5x_common/include