From: xuanthanh18 Date: Sat, 22 Aug 2009 08:36:49 +0000 (+0000) Subject: add flag for dhv X-Git-Tag: rc_6_tinyos_2_1_1~327 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=ef0f3b08b520ef710f0351bd0a14d3dfe529bd8f add flag for dhv --- diff --git a/apps/tests/TestDissemination/Makefile b/apps/tests/TestDissemination/Makefile index dcb10529..a2d78af8 100644 --- a/apps/tests/TestDissemination/Makefile +++ b/apps/tests/TestDissemination/Makefile @@ -6,6 +6,8 @@ CFLAGS += -I$(TOSDIR)/lib/net -I%T/lib/net/drip ### For DIP: #CFLAGS += -I$(TOSDIR)/lib/net -I%T/lib/net/dip -I%T/lib/net/dip/interfaces +### For Dhv +#CFLAGS += -I$(TOSDIR)/lib/net -I%T/lib/net/dhv -I%T/lib/net/dhv/interfaces include $(MAKERULES)