Similar to include/asm.
Otherwise, if already exists, the new symlink is created under the old linked
directory.

Signed-off-by: Uri Lublin <[EMAIL PROTECTED]>
---
 kernel/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/Makefile b/kernel/Makefile
index ec2d055..d77eb77 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -44,7 +44,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
 
-- 
1.6.0.1

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to