qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 1/2] ppc64: Fix out-of-tree builds
@ 2011-05-01 16:23 Andreas Färber
  2011-05-01 16:23 ` [Qemu-devel] [PATCH 2/2] ppc64: Don't try to build sPAPR RTAS on Darwin Andreas Färber
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Andreas Färber @ 2011-05-01 16:23 UTC (permalink / raw)
  To: qemu-devel; +Cc: Andreas Färber, Alexander Graf, David Gibson

On ppc64 host, recursion into pc-bios/spapr-rtas/ fails for
out-of-tree builds. Add missing dir and symlink.

Cc: David Gibson <david@gibson.dropbear.id.au>
Cc: Alexander Graf <agraf@suse.de>
Signed-off-by: Andreas Färber <andreas.faerber@web.de>
---
 configure |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 6f75e2e..491f77a 100755
--- a/configure
+++ b/configure
@@ -3457,11 +3457,13 @@ done # for target in $targets
 
 # build tree in object directory in case the source is not in the current directory
 DIRS="tests tests/cris slirp audio block net pc-bios/optionrom"
+DIRS="pc-bios/spapr-rtas"
 DIRS="$DIRS roms/seabios roms/vgabios"
 DIRS="$DIRS fsdev ui"
 FILES="Makefile tests/Makefile"
 FILES="$FILES tests/cris/Makefile tests/cris/.gdbinit"
 FILES="$FILES pc-bios/optionrom/Makefile pc-bios/keymaps"
+FILES="$FILES pc-bios/spapr-rtas/Makefile"
 FILES="$FILES roms/seabios/Makefile roms/vgabios/Makefile"
 for bios_file in $source_path/pc-bios/*.bin $source_path/pc-bios/*.rom $source_path/pc-bios/*.dtb $source_path/pc-bios/openbios-*; do
     FILES="$FILES pc-bios/`basename $bios_file`"
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-05-08 16:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-01 16:23 [Qemu-devel] [PATCH 1/2] ppc64: Fix out-of-tree builds Andreas Färber
2011-05-01 16:23 ` [Qemu-devel] [PATCH 2/2] ppc64: Don't try to build sPAPR RTAS on Darwin Andreas Färber
2011-05-01 16:31 ` [Qemu-devel] [PATCH 1/2] ppc64: Fix out-of-tree builds Andreas Färber
2011-05-03 10:18   ` Alexander Graf
2011-05-08 16:07     ` Andreas Färber
2011-05-02  1:09 ` David Gibson
2011-05-08 11:25   ` [Qemu-devel] [PATCH v2 " Andreas Färber
2011-05-08 11:25     ` [Qemu-devel] [PATCH v2 2/2] ppc64: Don't try to build sPAPR RTAS on Darwin Andreas Färber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).