nes-proj/arch/platform/simplelink/Makefile.simplelink

31 lines
656 B
Makefile
Raw Normal View History

2018-02-02 14:31:37 +00:00
# SimpleLink MCU platform makefile
ifndef CONTIKI
$(error CONTIKI not defined! You must specify where CONTIKI resides!)
endif
ifndef SIMPLELINK_SDK
$(error SIMPLELINK_SDK not defined! You must specify where the SimpleLink SDK resides!)
endif
### Board and BSP selection
CONTIKI_TARGET_DIRS += .
2018-02-02 14:31:37 +00:00
CONTIKI_TARGET_SOURCEFILES += platform.c
2018-02-02 14:31:37 +00:00
CONTIKI_SOURCEFILES += $(CONTIKI_TARGET_SOURCEFILES)
2018-02-02 14:31:37 +00:00
CLEAN += *.simplelink
### Unless the example dictates otherwise, build without code size optimisations
SMALL ?= 0
CONTIKI_CPU = $(CONTIKI)/arch/cpu/simplelink
include $(CONTIKI_CPU)/Makefile.simplelink
2018-02-02 14:31:37 +00:00
#MODULES += os/net os/net/mac os/net/mac/framer