X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2FAntiTheft%2FRoot%2FMakefile;h=4719dcfc59b970365356b971619d13a1e5da5487;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=7e2249dfb62d58cff8207914dcbfdea5298e89f3;hpb=811dfca3f6a377b4a43d128c491e8c800ea94eef;p=tinyos-2.x.git diff --git a/apps/AntiTheft/Root/Makefile b/apps/AntiTheft/Root/Makefile index 7e2249df..4719dcfc 100644 --- a/apps/AntiTheft/Root/Makefile +++ b/apps/AntiTheft/Root/Makefile @@ -1,4 +1,10 @@ -PFLAGS += -I%T/lib/net/ctp -I%T/lib/net -I%T/lib/net/le +PFLAGS += -I%T/lib/net/ctp -I%T/lib/net -I%T/lib/net/4bitle -I%T/lib/net/drip COMPONENT=AntiTheftRootAppC + +#CFLAGS += -DLOW_POWER_LISTENING +#CFLAGS += -DLPL_DEF_LOCAL_WAKEUP=512 +#CFLAGS += -DLPL_DEF_REMOTE_WAKEUP=512 +#CFLAGS += -DDELAY_AFTER_RECEIVE=20 + include $(MAKERULES)