Correct paths when moving examples for regession tests
This commit is contained in:
parent
3c19e870f1
commit
d331d39e93
|
@ -4,6 +4,6 @@ CONTIKI_PROJECT = avr_radio_power
|
||||||
APPS+=powertrace
|
APPS+=powertrace
|
||||||
all: $(CONTIKI_PROJECT)
|
all: $(CONTIKI_PROJECT)
|
||||||
|
|
||||||
CONTIKI = ../../../..
|
CONTIKI = ../../..
|
||||||
CONTIKI_WITH_RIME = 1
|
CONTIKI_WITH_RIME = 1
|
||||||
include $(CONTIKI)/Makefile.include
|
include $(CONTIKI)/Makefile.include
|
||||||
|
|
|
@ -15,5 +15,5 @@ CUSTOM_RULE_LINK = 1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CONTIKI = ../../../..
|
CONTIKI = ../../..
|
||||||
include $(CONTIKI)/Makefile.include
|
include $(CONTIKI)/Makefile.include
|
||||||
|
|
|
@ -2,7 +2,7 @@ CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"
|
||||||
|
|
||||||
all: coap-client coap-server
|
all: coap-client coap-server
|
||||||
APPS=servreg-hack
|
APPS=servreg-hack
|
||||||
CONTIKI=../../../../..
|
CONTIKI=../../../..
|
||||||
|
|
||||||
ifdef WITH_COMPOWER
|
ifdef WITH_COMPOWER
|
||||||
APPS+=powertrace
|
APPS+=powertrace
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
CONTIKI_PROJECT=border-router
|
CONTIKI_PROJECT=border-router
|
||||||
all: $(CONTIKI_PROJECT)
|
all: $(CONTIKI_PROJECT)
|
||||||
|
|
||||||
CONTIKI=../../../../..
|
CONTIKI=../../../..
|
||||||
|
|
||||||
#linker optimizations
|
#linker optimizations
|
||||||
SMALL=1
|
SMALL=1
|
||||||
|
|
|
@ -3,7 +3,7 @@ CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"
|
||||||
|
|
||||||
all: report sink
|
all: report sink
|
||||||
APPS=servreg-hack
|
APPS=servreg-hack
|
||||||
CONTIKI=../../../../..
|
CONTIKI=../../../..
|
||||||
|
|
||||||
ifdef WITH_COMPOWER
|
ifdef WITH_COMPOWER
|
||||||
APPS+=powertrace
|
APPS+=powertrace
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"
|
CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"
|
||||||
|
|
||||||
all: sensd_client server
|
all: sensd_client server
|
||||||
CONTIKI=../../../../..
|
CONTIKI=../../../..
|
||||||
|
|
||||||
ifdef PERIOD
|
ifdef PERIOD
|
||||||
CFLAGS+=-DPERIOD=$(PERIOD)
|
CFLAGS+=-DPERIOD=$(PERIOD)
|
||||||
|
|
|
@ -4,9 +4,9 @@ TOOLSDIR=../../tools
|
||||||
# build avr-rss2 examples, covering IPv6, RPL, Rime, Nullrdc, Contikimac
|
# build avr-rss2 examples, covering IPv6, RPL, Rime, Nullrdc, Contikimac
|
||||||
|
|
||||||
EXAMPLES = \
|
EXAMPLES = \
|
||||||
platform/avr-rss2/examples/hello-sensors/avr-rss2 \
|
examples/avr-rss2/hello-sensors/avr-rss2 \
|
||||||
platform/avr-rss2/examples/ipv6/rpl-udp-report/avr-rss2 \
|
examples/avr-rss2/ipv6/rpl-udp-report/avr-rss2 \
|
||||||
platform/avr-rss2/examples/ipv6/rpl-border-router/avr-rss2 \
|
examples/avr-rss2/ipv6/rpl-border-router/avr-rss2 \
|
||||||
examples/ipv6/rpl-udp/avr-rss2 \
|
examples/ipv6/rpl-udp/avr-rss2 \
|
||||||
examples/powertrace/avr-rss2 \
|
examples/powertrace/avr-rss2 \
|
||||||
examples/rime/avr-rss2
|
examples/rime/avr-rss2
|
||||||
|
|
Loading…
Reference in a new issue