1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/chronos/Makefile.include
2016-02-10 16:37:03 +01:00

11 lines
242 B
Makefile

## the cpu to build for
export CPU = cc430
export CPU_MODEL = cc430f6137
# flasher configuration
export OFLAGS = -O ihex
export FLASHER = mspdebug
export FFLAGS = rf2500 "prog $(HEXFILE)"
INCLUDES += -I$(RIOTBOARD)/$(BOARD)/drivers/include