5 lines
222 B
Makefile
5 lines
222 B
Makefile
# define stellaris specific flags and includes
|
|
export STELLARISWARE = $(RIOTCPU)/stellaris_common/include
|
|
# define build specific options
|
|
export CFLAGS += -I$(STELLARISWARE) -DPART_$(CPU_MODEL) -c -DTARGET_IS_BLIZZARD_RA1
|