From 3b33c198eda3341809c9c159f4b4b0691ae34a22 Mon Sep 17 00:00:00 2001 From: Adam Dunkels Date: Mon, 5 Sep 2011 11:42:10 +0200 Subject: [PATCH] Fix names of avr-raven platform --- tools/release-tools/compile-examples/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/release-tools/compile-examples/Makefile b/tools/release-tools/compile-examples/Makefile index b19807e1a..168dfd0c8 100644 --- a/tools/release-tools/compile-examples/Makefile +++ b/tools/release-tools/compile-examples/Makefile @@ -15,10 +15,10 @@ tools: shell: example-example-shell.native hello-world: example-hello-world.sky example-hello-world.native \ example-hello-world.minimal-net example-hello-world.msb430 \ - example-hello-world.micaz example-hello-world.raven \ + example-hello-world.micaz example-hello-world.avr-raven \ example-hello-world.redbee-econotag example-hello-world.z1 rime-examples: example-rime.sky example-rime.z1 example-rime.esb example-rime.redbee-econotag -ipso-ipv6-raven: example-ipso-ipv6-raven.raven +ipso-ipv6-raven: example-ipso-ipv6-raven.avr-raven jcreate: example-jcreate.jcreate multi-threading: example-multi-threading.sky \ example-multi-threading.native example-multi-threading.msb430 \