nes-proj/examples/ip64-router/Makefile

12 lines
256 B
Makefile
Raw Normal View History

CONTIKI_PROJECT = ip64-router
all: $(CONTIKI_PROJECT)
2015-03-24 12:35:16 +00:00
CONTIKI=../..
# Currently only supported on Orion, the only platform with 802.15.4 + Ethernet
PLATFORMS_ONLY = zoul
BOARDS_ONLY = orion
BOARD = orion
WITH_IP64 = 1
2015-03-24 12:35:16 +00:00
include $(CONTIKI)/Makefile.include