kvm: user: include arch specific headers from $(KERNELDIR)
commit2ae083b85bac533a41439e0dddc351bb197a72d1
authorMark McLoughlin <markmc@redhat.com>
Wed, 24 Jun 2009 13:34:36 +0000 (24 14:34 +0100)
committerMark McLoughlin <markmc@redhat.com>
Tue, 4 Aug 2009 15:17:02 +0000 (4 16:17 +0100)
treeea903c3b67cb1e80015374431c1cfb18a11df0d6
parentb583ad7ec719a111fc0995d100bb830031c5c6a0
kvm: user: include arch specific headers from $(KERNELDIR)

Currently we only include $(KERNELDIR)/include in CFLAGS,
but we also have $(KERNELDIR)/arch/$(arch)/include or else
we'll get mis-matched headers.

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Fedora-patch: qemu-kvm-fix-kerneldir-includes.patch
kvm/user/config-i386.mak
kvm/user/config-ia64.mak
kvm/user/config-powerpc.mak
kvm/user/config-x86-common.mak
kvm/user/config-x86_64.mak