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
Gaëtan Harter 1be5b7b10b
cpu: do not locally export compilation variables
These are already exported by `makefiles/vars.inc.mk`.
It is a prerequisite to allow handling compilation without global exports.
2019-08-29 10:35:53 +02:00

11 lines
244 B
Makefile

FAM = $(shell echo $(CPU_FAM) | tr 'a-z-' 'A-Z_')
CFLAGS += -DCPU_FAM_$(FAM)
# include nrf5x common periph drivers
USEMODULE += nrf5x_common_periph
# link common cpu code
USEMODULE += cpu_common
INCLUDES += -I$(RIOTCPU)/nrf5x_common/include