Message ID | 4A1E52D5.9090706@siemens.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Jan Kiszka wrote: > Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> > Applied, thanks.
diff --git a/Makefile b/Makefile index db44772..f51b491 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ all:: prerequisite $(if $(KERNELSOURCEDIR),-Iinclude2 -I$(KERNELSOURCEDIR)/include) \ -Iarch/${ARCH_DIR}/include -I`pwd`/include-compat \ -include include/linux/autoconf.h \ - -include `pwd`/$(ARCH_DIR)/external-module-compat.h $(module_defines)" + -include `pwd`/$(ARCH_DIR)/external-module-compat.h $(module_defines)" \ "$$@" include $(MAKEFILE_PRE)
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