From 12a1ad2e7d60c1b4311bbea3cdf85f009de7825d Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Tue, 15 Jun 2010 19:02:40 +0000 Subject: [PATCH] Add the servreg-hack app to the Makefile --- examples/ipv6/rpl-udp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ipv6/rpl-udp/Makefile b/examples/ipv6/rpl-udp/Makefile index b5bd193f0..746da1f60 100644 --- a/examples/ipv6/rpl-udp/Makefile +++ b/examples/ipv6/rpl-udp/Makefile @@ -1,5 +1,5 @@ all: udp-client udp-server - +APPS=servreg-hack CONTIKI=../../.. WITH_UIP6=1