kvm: ppc: fix building userspace for powerpc
commit664a6a155a052d902235f31164611d9d73f97d35
authorChristian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
Tue, 30 Sep 2008 06:36:46 +0000 (30 08:36 +0200)
committerAvi Kivity <avi@redhat.com>
Thu, 2 Oct 2008 12:55:21 +0000 (2 15:55 +0300)
tree0559f0847da2249c28794fb1c9ff737479d2b971
parentf6d125d18fb51ac0b9f3549938579f41064bf6a3
kvm: ppc: fix building userspace for powerpc

Commit 2d5737d8 added the requirement for an $arch/Makefile.pre in the
kernel subdirectory. This patch adds a stub for powerpc.
Additionally now a file kernel/$arch/hack-module.awk is needed and a simple
version for ppc is added for that one too.
In the root Makefile ia64 patch 030253bf added ia64 with a comma which should
break both architectures because filter works without. The patch removes that
comma.

The commit 76ff90aa fixed the dependency to DEPLIBS, but the definition of the
libfdt dependency lacks the right path (../libfdt/).

Signed-off-by: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Makefile.target
kvm/Makefile
kvm/kernel/powerpc/Makefile.pre [new file with mode: 0644]
kvm/kernel/powerpc/hack-module.awk [new file with mode: 0644]