mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-16 14:52:45 +01:00
5 lines
229 B
Makefile
5 lines
229 B
Makefile
# define stellaris specific flags and includes
|
|
export STELLARISWARE = $(RIOTCPU)/stellaris_common/include/vendor
|
|
# define build specific options
|
|
export CFLAGS += -I$(STELLARISWARE) -DPART_$(CPU_MODEL) -c -DTARGET_IS_BLIZZARD_RA1
|