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/pc386.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'make/custom/pc386.cfg') diff --git a/make/custom/pc386.cfg b/make/custom/pc386.cfg index 50689fce06..fb7ef4c6a4 100644 --- a/make/custom/pc386.cfg +++ b/make/custom/pc386.cfg @@ -76,7 +76,7 @@ define make-exe --remove-section=.note \ --strip-unneeded $(basename $@).obj $@ $(OBJCOPY) -O binary $(basename $@).obj $(basename $@).bin - $(PROJECT_TOOLS)/bin2boot -v $(basename $@).bt $(HEADERADDR)\ + $(BIN2BOOT) -v $(basename $@).bt $(HEADERADDR)\ $(START16FILE) $(START16ADDR) 0 $(basename $@).bin $(RELOCADDR) 0 $(NM) -g -n $(basename $@).obj > $(basename $@).num $(SIZE) $(basename $@).obj @@ -105,3 +105,6 @@ endef endif # Miscellaneous additions go here + +# BSP-specific tools +BIN2BOOT=$(PROJECT_TOOLS)/bin2boot -- cgit v1.2.3