nes-proj/examples/ipv6/rpl-udp/Makefile

22 lines
379 B
Makefile
Raw Normal View History

all: udp-client udp-server
APPS=servreg-hack
2010-05-04 14:40:52 +00:00
CONTIKI=../../..
UIP_CONF_IPV6=1
2011-11-21 14:09:19 +00:00
2011-08-15 18:45:44 +00:00
CFLAGS+= -DUIP_CONF_IPV6_RPL
ifdef WITH_COMPOWER
APPS+=powertrace
CFLAGS+= -DCONTIKIMAC_CONF_COMPOWER=1 -DWITH_COMPOWER=1 -DQUEUEBUF_CONF_NUM=4
endif
ifdef SERVER_REPLY
CFLAGS+=-DSERVER_REPLY=$(SERVER_REPLY)
endif
ifdef PERIOD
CFLAGS+=-DPERIOD=$(PERIOD)
endif
include $(CONTIKI)/Makefile.include