nes-proj/examples/ip64-router/Makefile

11 lines
242 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
BOARDS_ONLY = orion
BOARD = orion
include $(CONTIKI)/Makefile.include