diff options
Diffstat (limited to 'arch/cris/Makefile')
-rw-r--r-- | arch/cris/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/cris/Makefile b/arch/cris/Makefile index 22825a7bbe5..241e35bc3b5 100644 --- a/arch/cris/Makefile +++ b/arch/cris/Makefile | |||
@@ -95,8 +95,6 @@ ifdef CONFIG_ETRAX_ARCH_V32 | |||
95 | endif | 95 | endif |
96 | @rm -rf $(SRC_ARCH)/kernel/vmlinux.lds.S | 96 | @rm -rf $(SRC_ARCH)/kernel/vmlinux.lds.S |
97 | @ln -sfn ../$(SARCH)/vmlinux.lds.S $(SRC_ARCH)/kernel/vmlinux.lds.S | 97 | @ln -sfn ../$(SARCH)/vmlinux.lds.S $(SRC_ARCH)/kernel/vmlinux.lds.S |
98 | @rm -rf $(SRC_ARCH)/kernel/asm-offsets.c | ||
99 | @ln -sfn ../$(SARCH)/kernel/asm-offsets.c $(SRC_ARCH)/kernel/asm-offsets.c | ||
100 | @touch $@ | 98 | @touch $@ |
101 | 99 | ||
102 | archclean: | 100 | archclean: |
@@ -116,8 +114,8 @@ MRPROPER_FILES += \ | |||
116 | $(SRC_ARCH)/boot \ | 114 | $(SRC_ARCH)/boot \ |
117 | $(SRC_ARCH)/lib \ | 115 | $(SRC_ARCH)/lib \ |
118 | $(SRC_ARCH)/arch \ | 116 | $(SRC_ARCH)/arch \ |
119 | $(SRC_ARCH)/kernel/vmlinux.lds.S \ | 117 | $(SRC_ARCH)/kernel/vmlinux.lds.S |
120 | $(SRC_ARCH)/kernel/asm-offsets.c | 118 | |
121 | 119 | ||
122 | define archhelp | 120 | define archhelp |
123 | echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/zImage)' | 121 | echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/zImage)' |