Correct paths when moving examples for regession tests

This commit is contained in:
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