2018-02-23 17:38:52 +00:00
|
|
|
CONTIKI_PROJECT = ip64-router
|
|
|
|
all: $(CONTIKI_PROJECT)
|
2015-03-24 12:35:16 +00:00
|
|
|
CONTIKI=../..
|
|
|
|
|
2018-02-27 16:28:33 +00:00
|
|
|
# Currently only supported on Orion, the only platform with 802.15.4 + Ethernet
|
|
|
|
PLATFORMS_ONLY = zoul
|
2018-02-27 20:41:17 +00:00
|
|
|
BOARDS_ONLY = orion
|
2018-02-27 16:28:33 +00:00
|
|
|
BOARD = orion
|
2018-03-09 13:45:02 +00:00
|
|
|
WITH_IP64 = 1
|
2018-02-27 16:28:33 +00:00
|
|
|
|
2015-03-24 12:35:16 +00:00
|
|
|
include $(CONTIKI)/Makefile.include
|