nes-proj/examples/ip64-router/Makefile

10 lines
222 B
Makefile

CONTIKI_PROJECT = ip64-router
all: $(CONTIKI_PROJECT)
CONTIKI=../..
# Currently only supported on Orion, the only platform with 802.15.4 + Ethernet
PLATFORMS_ONLY = zoul
BOARD = orion
include $(CONTIKI)/Makefile.include