aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-03-19 14:01:56 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-03-19 14:01:56 +0000
commitff7c1b9e4f1fabb91b61a2d4daf0f7b665ab6644 (patch)
tree55d4bca4fac03f58fcbbfcfd8ea96a1f8e014c82 /tools/firmware/Makefile
parent7fe15ceac057e8c2d83ed1203c472592c604c6ed (diff)
downloadxen-ff7c1b9e4f1fabb91b61a2d4daf0f7b665ab6644.tar.gz
xen-ff7c1b9e4f1fabb91b61a2d4daf0f7b665ab6644.tar.bz2
xen-ff7c1b9e4f1fabb91b61a2d4daf0f7b665ab6644.zip
build system cleanup - get rid of some hardcoded paths
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'tools/firmware/Makefile')
-rw-r--r--tools/firmware/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/firmware/Makefile b/tools/firmware/Makefile
index 78dd1b56cb..2fb6035956 100644
--- a/tools/firmware/Makefile
+++ b/tools/firmware/Makefile
@@ -2,9 +2,8 @@ XEN_ROOT = ../..
include $(XEN_ROOT)/tools/Rules.mk
# hvmloader is a 32-bit protected mode binary.
-# It belongs in /usr/lib, not /usr/lib64.
TARGET := hvmloader/hvmloader
-INST_DIR := $(DESTDIR)/usr/lib/xen/boot
+INST_DIR := $(DESTDIR)$(LIBDIR_x86_32)/xen/boot
SUBDIRS :=
SUBDIRS += rombios