exercise: LED remote control via UDP
[wsn-p.git] / exercise_remotecontrol / simple_udp / Makefile
1 include ../../Makefile.properties
2 CONTIKI_PROJECT=led_remote_control
3 CFLAGS += -DWITH_UIP=1
4 UIP_CONF_IPV6=1
5
6 all: $(CONTIKI_PROJECT)
7
8 upload: $(CONTIKI_PROJECT).upload
9
10 include $(CONTIKI)/Makefile.include
11
This page took 0.040266 seconds and 5 git commands to generate.