diff mbox

kvm-kmod: Add missing line continuation

Message ID 4A1E52D5.9090706@siemens.com (mailing list archive)
State New, archived
Headers show

Commit Message

Jan Kiszka May 28, 2009, 9:01 a.m. UTC
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

Comments

Avi Kivity May 31, 2009, 9 a.m. UTC | #1
Jan Kiszka wrote:
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
>   

Applied, thanks.
diff mbox

Patch

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)