#-*-Makefile-*- vim:syntax=make #$Id: tos_image.extra,v 1.4 2005/01/20 20:14:42 jwhui Exp $ TOS_IMAGE_PL ?= $(TOSDIR)/../tools/scripts/write_tos_image IDENT_PROGRAM_NAME ?= $(COMPONENT) build_tosimage: FORCE @echo " writing TOS image" @perl $(TOS_IMAGE_PL) $(IDENT_FLAGS) --ihex="$(MAIN_IHEX)" --exe="$(MAIN_EXE)" --objdump="$(OBJDUMP)" > $(BUILDDIR)/tos_image.xml