exercise: LED remote control via UDP
[wsn-p.git] / exercise_remotecontrol / simple_udp / Makefile
diff --git a/exercise_remotecontrol/simple_udp/Makefile b/exercise_remotecontrol/simple_udp/Makefile
new file mode 100644 (file)
index 0000000..7d24ada
--- /dev/null
@@ -0,0 +1,11 @@
+include ../../Makefile.properties
+CONTIKI_PROJECT=led_remote_control
+CFLAGS += -DWITH_UIP=1
+UIP_CONF_IPV6=1
+
+all: $(CONTIKI_PROJECT)
+
+upload: $(CONTIKI_PROJECT).upload
+
+include $(CONTIKI)/Makefile.include
+
This page took 0.029485 seconds and 4 git commands to generate.