Correct paths when moving examples for regession tests

master-31012017
Robert Olsson 2016-05-14 22:48:09 +02:00
parent 3c19e870f1
commit d331d39e93
7 changed files with 9 additions and 9 deletions

View File

@ -4,6 +4,6 @@ CONTIKI_PROJECT = avr_radio_power
APPS+=powertrace
all: $(CONTIKI_PROJECT)
CONTIKI = ../../../..
CONTIKI = ../../..
CONTIKI_WITH_RIME = 1
include $(CONTIKI)/Makefile.include

View File

@ -15,5 +15,5 @@ CUSTOM_RULE_LINK = 1
CONTIKI = ../../../..
CONTIKI = ../../..
include $(CONTIKI)/Makefile.include

View File

@ -2,7 +2,7 @@ CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"
all: coap-client coap-server
APPS=servreg-hack
CONTIKI=../../../../..
CONTIKI=../../../..
ifdef WITH_COMPOWER
APPS+=powertrace

View File

@ -1,7 +1,7 @@
CONTIKI_PROJECT=border-router
all: $(CONTIKI_PROJECT)
CONTIKI=../../../../..
CONTIKI=../../../..
#linker optimizations
SMALL=1

View File

@ -3,7 +3,7 @@ CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"
all: report sink
APPS=servreg-hack
CONTIKI=../../../../..
CONTIKI=../../../..
ifdef WITH_COMPOWER
APPS+=powertrace

View File

@ -2,7 +2,7 @@
CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"
all: sensd_client server
CONTIKI=../../../../..
CONTIKI=../../../..
ifdef PERIOD
CFLAGS+=-DPERIOD=$(PERIOD)

View File

@ -4,9 +4,9 @@ TOOLSDIR=../../tools
# build avr-rss2 examples, covering IPv6, RPL, Rime, Nullrdc, Contikimac
EXAMPLES = \
platform/avr-rss2/examples/hello-sensors/avr-rss2 \
platform/avr-rss2/examples/ipv6/rpl-udp-report/avr-rss2 \
platform/avr-rss2/examples/ipv6/rpl-border-router/avr-rss2 \
examples/avr-rss2/hello-sensors/avr-rss2 \
examples/avr-rss2/ipv6/rpl-udp-report/avr-rss2 \
examples/avr-rss2/ipv6/rpl-border-router/avr-rss2 \
examples/ipv6/rpl-udp/avr-rss2 \
examples/powertrace/avr-rss2 \
examples/rime/avr-rss2