diff options
| author | Richard Henderson <rth@are.twiddle.net> | 2003-01-05 11:00:06 -0800 |
|---|---|---|
| committer | Richard Henderson <rth@are.twiddle.net> | 2003-01-05 11:00:06 -0800 |
| commit | 487cffcd6dbb0dabc333525c1fcb4d452b162ce9 (patch) | |
| tree | 863ea7415b1c9c9133ee4ef64694edb6dd98df86 | |
| parent | 5103c926d715ca7df1ed9fb40214f6ee995b64b6 (diff) | |
| parent | bba044d4dc33bf40a21288120a092e3672a29cf5 (diff) | |
Merge are.twiddle.net:/home/rth/BK/linus-2.5
into are.twiddle.net:/home/rth/BK/axp-2.5
| -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)' |
