diff options
author | Jerone Young <jyoung5@us.ibm.com> | 2008-03-19 15:00:42 -0500 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-03-25 14:47:16 +0200 |
commit | 6843a24f33925fee3f7e0897ce94819aca71e48c (patch) | |
tree | 9ed385e14a901a3af4949122db86946a4a3d322c /configure | |
parent | 96f746fb4e818b1cc846b131911805feb52d6052 (diff) |
kvm: libfdt: Add libfdt to KVM userspace
This patch adds libfdt to allow for modification of device tree entries into
the KVM userspace tree.
Signed-off-by: Jerone Young <jyoung5@us.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -103,6 +103,8 @@ fi if [ "$arch" = "powerpc" ]; then target_exec="ppcemb-softmmu" + qemu_cflags="$qemu_cflags -I $PWD/libfdt" + qemu_ldflags="$qemu_ldflags -L $PWD/libfdt" fi #configure user dir |