old test code: uIP with IPv4, uIP unicast
[wsn-p.git] / exercise_remotecontrol / uip_udp_ipv4 / Makefile
diff --git a/exercise_remotecontrol/uip_udp_ipv4/Makefile b/exercise_remotecontrol/uip_udp_ipv4/Makefile
new file mode 100644 (file)
index 0000000..bd8d6f4
--- /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.02073 seconds and 4 git commands to generate.