X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2FTCPEcho%2FMakefile;fp=apps%2FTCPEcho%2FMakefile;h=a8a9101e5145837f5e7e0af178a89fb8f426f519;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=0000000000000000000000000000000000000000;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400;p=tinyos-2.x.git diff --git a/apps/TCPEcho/Makefile b/apps/TCPEcho/Makefile new file mode 100644 index 00000000..a8a9101e --- /dev/null +++ b/apps/TCPEcho/Makefile @@ -0,0 +1,26 @@ +COMPONENT=TCPEchoC + +# uncomment this for network programming support +# BOOTLOADER=tosboot + +# radio opts +CFLAGS += -DCC2420_DEF_CHANNEL=15 +# CFLAGS += -DCC2420_DEF_RFPOWER=4 + + +# CFLAGS += -DNO_LIB6LOWPAN_ASCII + +# if this is set, motes will send debugging information to the address +# listed. +# CFLAGS += -DREPORT_DEST=\"2001:470:1f04:56d::64\" + +# sim/test harness +# CFLAGS += -I../IPBaseStation +# CFLAGS += -DDBG_TRACK_FLOWS -DDBG_FLOWS_REPORT + +# printf debugs. works only on telosb/tmote sky +# CFLAGS += -DPRINTFUART_ENABLED + + +include $(MAKERULES) +