kvm: external module: Allow non-x86 archs to build in userspace
commit7632c450ceb906abd596e0bea51e043cc2ce2a1e
authorXiantao Zhang <xiantao.zhang@intel.com>
Wed, 2 Jul 2008 09:04:19 +0000 (2 17:04 +0800)
committerAvi Kivity <avi@qumranet.com>
Wed, 30 Jul 2008 13:19:00 +0000 (30 16:19 +0300)
tree06bf56f29409c3ebe4412d9990064fb4c9586b03
parenta716f4a2fbbd82cf977ab3c62e440a246eaa00ed
kvm: external module: Allow non-x86 archs to build in userspace

This patch targets for allowing kvm/ia64 to build in userspace.
For other archs. it just needs to add its arch-specific stuff.

Signed-off-by: Xiantao Zhang <xiantao.zhang@intel.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
kvm/kernel/Kbuild
kvm/kernel/Makefile
kvm/kernel/ia64/Kbuild [new file with mode: 0644]
kvm/kernel/ia64/Makefile.pre [new file with mode: 0644]
kvm/kernel/ia64/external-module-compat.h [new file with mode: 0644]
kvm/kernel/x86/Makefile.pre [new file with mode: 0644]