X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=support%2Fmake%2Ftinynode.target;h=6c669064db8ca3125029d0710afff8db8aa2d9ca;hb=8886601bbb67096c2f827d856d6739979b70fadc;hp=6253b3abcb52b98a725daafa7d7a9e1704fb7471;hpb=1ba974b83d19fc41bf80acd52726f36f7f1df297;p=tinyos-2.x.git diff --git a/support/make/tinynode.target b/support/make/tinynode.target index 6253b3ab..6c669064 100644 --- a/support/make/tinynode.target +++ b/support/make/tinynode.target @@ -7,12 +7,12 @@ ifndef TOSDIR TOSDIR := $(shell ncc -print-tosdir) endif -ifndef TOS_BETADIR -TOS_BETADIR := $(TOSDIR)/../beta/tos -endif - MSP_BSL ?= tos-bsl +#Flash Config +VOLUME_FILE = volumes-at45db.xml +VOLUME_ALLOCATOR ?= tos-storage-at45db + OPTFLAGS += -Os #OPTFLAGS = @@ -20,9 +20,6 @@ OPTFLAGS += -Os PFLAGS += -mdisable-hwmul PFLAGS += -mstrict-align -PFLAGS += \ --I$(TOS_BETADIR)/platforms/tinynode - $(call TOSMake_include_platform,tinynode) $(call TOSMake_include_platform,msp)