mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
1be5b7b10b
These are already exported by `makefiles/vars.inc.mk`. It is a prerequisite to allow handling compilation without global exports.
5 lines
222 B
Makefile
5 lines
222 B
Makefile
# define stellaris specific flags and includes
|
|
export STELLARISWARE = $(RIOTCPU)/stellaris_common/include/vendor
|
|
# define build specific options
|
|
CFLAGS += -I$(STELLARISWARE) -DPART_$(CPU_MODEL) -c -DTARGET_IS_BLIZZARD_RA1
|