qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/2] ppc64: Fix out-of-tree builds


From: Andreas Färber
Subject: Re: [Qemu-devel] [PATCH 1/2] ppc64: Fix out-of-tree builds
Date: Sun, 1 May 2011 18:31:31 +0200

Someone on Linux should check if a similar patch is necessary for roms/ SLOF/:

Am 01.05.2011 um 18:23 schrieb Andreas Färber:

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 roms/SLOF"

And git-submodule shows me a fourth one there... roms/ipxe

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"

FILES="$FILES roms/SLOF/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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]