From 011677f8fc6ce37832e88a65500b7c08e9dba73e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 18 Feb 1999 17:54:03 +0000 Subject: Part of automake VI Patch from Ralf Corsepius . > Adds variables to the custom/*cfg files to specify the location of > tools. The purpose is to remove hard-coded paths from the Makefiles. > > In later steps this eases moving the tools to other locations. --- make/custom/mvme162.cfg | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'make/custom/mvme162.cfg') diff --git a/make/custom/mvme162.cfg b/make/custom/mvme162.cfg index 9141517008..46a3a45a5b 100644 --- a/make/custom/mvme162.cfg +++ b/make/custom/mvme162.cfg @@ -91,7 +91,7 @@ define make-exe --start-group $(LINK_LIBS) --end-group $(OBJCOPY) -O srec $(basename $@).nxe $(basename $@).i $(SED) -e 's/.$$//' -e '/^S0/d' $(basename $@).i | \ - $(PROJECT_TOOLS)/packhex > $(basename $@).exe + $(PACKHEX) > $(basename $@).exe $(NM) -g -n $(basename $@).nxe > $(basename $@).num $(SIZE) $(basename $@).nxe endef @@ -101,9 +101,13 @@ define make-exe $(LINK_LIBS) $(OBJCOPY) -O srec $(basename $@).nxe $(basename $@).i $(SED) -e 's/.$$//' -e '/^S0/d' $(basename $@).i | \ - $(PROJECT_TOOLS)/packhex > $(basename $@).exe + $(PACKHEX) > $(basename $@).exe $(NM) -g -n $(basename $@).nxe > $(basename $@).num $(SIZE) $(basename $@).nxe endef endif + # Miscellaneous additions go here + +# BSP-specific tools +SLOAD=$(PROJECT_TOOLS)/sload -- cgit v1.2.3