diff options
author | Avi Kivity <avi@qumranet.com> | 2007-11-20 12:07:18 +0200 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2007-11-20 12:07:18 +0200 |
commit | 28075562dd85547b92bdfd11fcf6fe97bfd1bc8a (patch) | |
tree | f508493bb91c890668804d3df585ce1afdae23a9 /kernel | |
parent | 9f01f6243314e8893a90fae92341285239b8e192 (diff) |
kvm: external module: adjust to new <asm/kvm.h>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/Makefile b/kernel/Makefile index 68f69291..0c8f34fe 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -27,6 +27,7 @@ sync: "$(LINUX)"/include/linux/kvm_para.h \ include/linux rsync "$(LINUX)"/include/asm-x86/kvm_para.h include/asm + rsync "$(LINUX)"/include/asm-x86/kvm.h include/asm $(call hack, kvm_main.c) $(call hack, mmu.c) |