old test code: uIP with IPv4, uIP unicast
[wsn-p.git] / exercise_remotecontrol / uip_udp / Makefile
diff --git a/exercise_remotecontrol/uip_udp/Makefile b/exercise_remotecontrol/uip_udp/Makefile
new file mode 100644 (file)
index 0000000..1edd8e9
--- /dev/null
@@ -0,0 +1,11 @@
+include ../../Makefile.properties
+CONTIKI_PROJECT=led_remote_control
+CFLAGS += -DWITH_UIP=1 -DDEBUG=1 -DCONTIKI_CONF_RANDOM_MAC=1
+UIP_CONF_IPV6=1
+
+all: $(CONTIKI_PROJECT)
+
+upload: $(CONTIKI_PROJECT).upload
+
+include $(CONTIKI)/Makefile.include
+
This page took 0.022225 seconds and 4 git commands to generate.