X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=apps%2Ftests%2Ftkn154%2FMakefile.include;h=100847b17a8b255c3f5cd8610ca83d13743066d0;hp=06212b52584c4e48e12a269e43633e66096ffc71;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/apps/tests/tkn154/Makefile.include b/apps/tests/tkn154/Makefile.include index 06212b52..100847b1 100644 --- a/apps/tests/tkn154/Makefile.include +++ b/apps/tests/tkn154/Makefile.include @@ -1,4 +1,4 @@ -PLATFORMS = telosb +PLATFORMS = telosb micaz TKN154_PLATFORM_INCLUDE?=$(TOSDIR)/platforms/$(PLATFORM)/mac/tkn154/Makefile.include CFLAGS += -I$(TOSDIR)/lib/mac/tkn154 \ @@ -12,6 +12,12 @@ ifdef IEEE154_EXTENDED_ADDRESS PFLAGS += -DIEEE154_EXTENDED_ADDRESS=$(IEEE154_EXTENDED_ADDRESS) endif +ifdef TKN154_DEBUG +PFLAGS += -DTKN154_DEBUG +CFLAGS += -I$(TOSDIR)/lib/printf +PFLAGS += -DPRINTF_BUFFER_SIZE=1000 +endif + # parses the PLATFORM variable include $(MAKERULES)