Message ID | 20090925161801.3328.54659.stgit@mchn012c.ww002.siemens.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/Makefile b/Makefile index ad08c45..37a14e1 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ all:: prerequisite LINUXINCLUDE="-I`pwd`/include -Iinclude \ $(if $(KERNELSOURCEDIR),\ -Iinclude2 -I$(KERNELSOURCEDIR)/include -I$(KERNELSOURCEDIR)/arch/${ARCH_DIR}/include, \ - -Iarch/${ARCH_DIR}/include) -I`pwd`/include-compat \ + -Iarch/${ARCH_DIR}/include) -I`pwd`/include-compat -I`pwd`/${ARCH_DIR} \ -include include/linux/autoconf.h \ -include `pwd`/$(ARCH_DIR)/external-module-compat.h $(module_defines)" \ "$$@"
Make sure recursive KVM trace header including works by adding the arch source directory to the search path. This is at least required for non-split kernel trees, but play safe and add it to both. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html