kvm: portability: consolidate x86 user makefiles
commit6054605d9ab3cb96e969a5f337a0767c7d417bd1
authorjyoung5@us.ibm.com <jyoung5@us.ibm.com>
Wed, 24 Oct 2007 03:26:39 +0000 (23 22:26 -0500)
committerAvi Kivity <avi@qumranet.com>
Thu, 25 Oct 2007 18:08:32 +0000 (25 20:08 +0200)
treeacf0021187e1c41b852795ebdc7d0a0d52c9875a
parentd9fbadbdcb615ffc96ccac435524dc6ccfa574cf
kvm: portability: consolidate x86 user makefiles

This patch removes arch specific make rules for x86 & x86-64 out of the
main Makefile. These rules are now moved into config-$(ARCH) and a new
file config-x86-common has been created to consolidate common rules
amongst x86 & x86-64.

Signed-off-by: Jerone Young <jyoung5@us.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
kvm/user/Makefile
kvm/user/config-i386.mak
kvm/user/config-x86-common.mak [new file with mode: 0644]
kvm/user/config-x86_64.mak