Make PERIOD and SERVER_REPLY configurable

This commit is contained in:
maniacbug 2011-08-09 01:02:16 -04:00 committed by David Kopf
parent 912ea85199
commit 1c53807727
3 changed files with 13 additions and 1 deletions

View file

@ -6,4 +6,11 @@ WITH_UIP6=1
UIP_CONF_IPV6=1
CFLAGS+= -DUIP_CONF_IPV6_RPL
ifdef SERVER_REPLY
CFLAGS+=-DSERVER_REPLY=$(SERVER_REPLY)
endif
ifdef PERIOD
CFLAGS+=-DPERIOD=$(PERIOD)
endif
include $(CONTIKI)/Makefile.include