kvm: user: include arch specific headers from $(KERNELDIR)
commite30559cad0e39d571adaaa3a864d54a10916d537
authorMark McLoughlin <markmc@redhat.com>
Wed, 24 Jun 2009 13:34:36 +0000 (24 14:34 +0100)
committerMark McLoughlin <markmc@redhat.com>
Fri, 11 Sep 2009 10:38:03 +0000 (11 11:38 +0100)
tree15a5df9343ef97aef8e8d469320ee00ac915f0de
parentb4227586f4006461144ee82fcf059abb63800398
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