aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUri Lublin <uril@qumranet.com>2008-09-28 18:10:41 +0300
committerAvi Kivity <avi@redhat.com>2008-09-28 18:13:28 +0300
commit6a47331d0f8f15f9920f4d9f902d619b62bdd0e2 (patch)
treeaeebc764ecc3cd85ef8a03b1eee9c77c1accc458
parent5cf8053f19e4630c7634299d374f27d192249cc4 (diff)
kvm: external module: remove include-compat/asm before resymlinking itkvm-76
Similar to include/asm. Otherwise, if already exists, the new symlink is created under the old linked directory. Signed-off-by: Uri Lublin <uril@qumranet.com> Signed-off-by: Avi Kivity <avi@redhat.com>
-rw-r--r--kvm/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvm/kernel/Makefile b/kvm/kernel/Makefile
index ea254d0cb..f2a71faea 100644
--- a/kvm/kernel/Makefile
+++ b/kvm/kernel/Makefile
@@ -49,7 +49,7 @@ all:: header-link prerequisite
sync: header-sync source-sync header-link
header-link:
- rm -f include/asm
+ rm -f include/asm include-compat/asm
ln -sf asm-$(ARCH_DIR) include/asm
ln -sf asm-$(ARCH_DIR) include-compat/asm