7 lines
184 B
Makefile
7 lines
184 B
Makefile
# define the cpu used by the FRDM-K64F board
|
|
export CPU = k64f
|
|
export CPU_MODEL = mk64fn1m0vll12
|
|
|
|
# Include default FRDM board config
|
|
include $(RIOTBOARD)/frdm-common/Makefile.include
|