diff options
| -rw-r--r-- | arch/alpha/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/alpha/Makefile b/arch/alpha/Makefile index 79f400d4888f..d2fadd634e45 100644 --- a/arch/alpha/Makefile +++ b/arch/alpha/Makefile @@ -121,8 +121,10 @@ include/asm-$(ARCH)/asm_offsets.h: arch/$(ARCH)/kernel/asm-offsets.s archclean: $(Q)$(MAKE) -f scripts/Makefile.clean obj=$(boot) -CLEAN_FILES += include/asm-$(ARCH)/offset.h.tmp \ - include/asm-$(ARCH)/offset.h +archmrproper: + +CLEAN_FILES += include/asm-$(ARCH)/asm_offsets.h.tmp \ + include/asm-$(ARCH)/asm_offsets.h define archhelp echo '* boot - Compressed kernel image (arch/alpha/boot/vmlinux.gz)' |
