X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=support%2Fmake%2Fm16c62p%2Fm16c62p.rules;h=8634edd5d93550b40fa14647e846a402f94f412e;hb=cb9f08cc7847dd838a7d0ad5c3d15f3b313f06e2;hp=2249214e2e4c4317cd7a76a9b75c96bbc7aecb67;hpb=db13b62871b68db5362208d4e06cc6d44e9502a0;p=tinyos-2.x.git diff --git a/support/make/m16c62p/m16c62p.rules b/support/make/m16c62p/m16c62p.rules index 2249214e..8634edd5 100755 --- a/support/make/m16c62p/m16c62p.rules +++ b/support/make/m16c62p/m16c62p.rules @@ -50,7 +50,7 @@ endif # We need a different start address for the flash in the linker script when building TOSBoot. # Also program the boot_args address bytes with 0xFF so that we know if they are reprogrammable. -ifeq ($(COMPONENT),TOSBoot) +ifeq ($(COMPONENT),TosBootC) $(shell sed -e "s/0x00a0000/0x00e0000/ig" $(TINYOS_MAKE_PATH)/$(THIS_FOLDER)/m16c.x > $(TINYOS_MAKE_PATH)/$(THIS_FOLDER)/m16c_bootloader.x) $(shell sed -e "s/\/\*boot_args_address\*\//0x00f0000/ig" $(TINYOS_MAKE_PATH)/$(THIS_FOLDER)/m16c_bootloader.x > $(TINYOS_MAKE_PATH)/$(THIS_FOLDER)/m16c_bootloader_args.x) LDFLAGS += -nostartfiles -T$(TINYOS_MAKE_PATH)/$(THIS_FOLDER)/m16c_bootloader_args.x $(TINYOS_MAKE_PATH)/$(THIS_FOLDER)/crt.S