aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-06-23 11:23:27 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-06-23 11:23:27 +0100
commitdcf18dfcc4b2f0478446e0064a03fe2aaf1952b1 (patch)
tree00b194e93c0ccf156e84b2a55ee3bcfbc862f860 /tools/firmware/Makefile
parentd1abeffc818dee0e049525ccc6b3940680eef2e2 (diff)
downloadxen-dcf18dfcc4b2f0478446e0064a03fe2aaf1952b1.tar.gz
xen-dcf18dfcc4b2f0478446e0064a03fe2aaf1952b1.tar.bz2
xen-dcf18dfcc4b2f0478446e0064a03fe2aaf1952b1.zip
tools: don't require hardcoded firmware path in guest config file
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'tools/firmware/Makefile')
-rw-r--r--tools/firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/firmware/Makefile b/tools/firmware/Makefile
index 2fb6035956..b483492428 100644
--- a/tools/firmware/Makefile
+++ b/tools/firmware/Makefile
@@ -3,7 +3,7 @@ include $(XEN_ROOT)/tools/Rules.mk
# hvmloader is a 32-bit protected mode binary.
TARGET := hvmloader/hvmloader
-INST_DIR := $(DESTDIR)$(LIBDIR_x86_32)/xen/boot
+INST_DIR := $(DESTDIR)$(XENFIRMWAREDIR)
SUBDIRS :=
SUBDIRS += rombios