aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-05-19 01:27:36 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-05-19 01:27:36 +0100
commit5bc663c75918a223ae43e685ed69e9f09d108d99 (patch)
tree86be4602f8d88d896f2d75743e9b878d9643a510 /stubdom
parentc9e8a6b158282727417437c5181eef5edcce35de (diff)
downloadxen-5bc663c75918a223ae43e685ed69e9f09d108d99.tar.gz
xen-5bc663c75918a223ae43e685ed69e9f09d108d99.tar.bz2
xen-5bc663c75918a223ae43e685ed69e9f09d108d99.zip
ioemu: Export PREFIX variable to ioemu build environment.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'stubdom')
-rw-r--r--stubdom/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/stubdom/Makefile b/stubdom/Makefile
index fabb6908de..563c01aa56 100644
--- a/stubdom/Makefile
+++ b/stubdom/Makefile
@@ -235,6 +235,8 @@ libxc-$(XEN_TARGET_ARCH)/libxenctrl.a libxc-$(XEN_TARGET_ARCH)/libxenguest.a:: c
ioemu: cross-zlib cross-libpci libxc
[ -f ioemu/config-host.mak ] || \
( $(absolutify_xen_root); \
+ PREFIX=$(PREFIX); \
+ export PREFIX; \
cd ioemu ; \
LWIPDIR=$(CURDIR)/lwip-$(XEN_TARGET_ARCH) \
TARGET_CPPFLAGS="$(TARGET_CPPFLAGS)" \