diff options
author | Sam Ravnborg <sam@mars.(none)> | 2005-09-09 20:35:55 +0200 |
---|---|---|
committer | Sam Ravnborg <sam@mars.(none)> | 2005-09-09 20:35:55 +0200 |
commit | 47003497dd819b10874a2291e54df7dc5cf8be57 (patch) | |
tree | e4fbf78350de1aba6428a573a346ba46c4e75e1e /arch/sparc/Makefile | |
parent | cca6e6f5f473ec63e85c87dfc77279ce1ca114e6 (diff) | |
download | linux-3.10-47003497dd819b10874a2291e54df7dc5cf8be57.tar.gz linux-3.10-47003497dd819b10874a2291e54df7dc5cf8be57.tar.bz2 linux-3.10-47003497dd819b10874a2291e54df7dc5cf8be57.zip |
kbuild: arm26,sparc use generic asm-offset support
Rename all includes to use asm-offsets.h to match generic name
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'arch/sparc/Makefile')
-rw-r--r-- | arch/sparc/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/arch/sparc/Makefile b/arch/sparc/Makefile index 7b3bbaf083a..dea48f6cff3 100644 --- a/arch/sparc/Makefile +++ b/arch/sparc/Makefile @@ -59,17 +59,7 @@ image tftpboot.img: vmlinux archclean: $(Q)$(MAKE) $(clean)=$(boot) -prepare: include/asm-$(ARCH)/asm_offsets.h - -arch/$(ARCH)/kernel/asm-offsets.s: include/asm include/linux/version.h \ - include/config/MARKER - -include/asm-$(ARCH)/asm_offsets.h: arch/$(ARCH)/kernel/asm-offsets.s - $(call filechk,gen-asm-offsets) - -CLEAN_FILES += include/asm-$(ARCH)/asm_offsets.h \ - arch/$(ARCH)/kernel/asm-offsets.s \ - arch/$(ARCH)/boot/System.map +CLEAN_FILES += arch/$(ARCH)/boot/System.map # Don't use tabs in echo arguments. define archhelp |