X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2FAntiTheft%2FRoot%2FMakefile;h=4719dcfc59b970365356b971619d13a1e5da5487;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=8f1c4b5d003960255a7bb41a984878c637f80684;hpb=c4246956e6c62866c8943c90488d25e9ea038472;p=tinyos-2.x.git diff --git a/apps/AntiTheft/Root/Makefile b/apps/AntiTheft/Root/Makefile index 8f1c4b5d..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 -I%T/lib/net/drip +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)