diff options
| author | Sam Ravnborg <sam@mars.(none)> | 2005-09-09 14:57:26 -0400 |
|---|---|---|
| committer | Sam Ravnborg <sam@mars.(none)> | 2005-09-09 14:57:26 -0400 |
| commit | 0013a85454c281faaf064ccb576e373a2881aac8 (patch) | |
| tree | 06fc1af0a321631e89ad0f589214e291bd91d19a /arch/ppc/Makefile | |
| parent | 47003497dd819b10874a2291e54df7dc5cf8be57 (diff) | |
kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h support
Delete obsoleted parts form arch makefiles and rename to asm-offsets.h
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'arch/ppc/Makefile')
| -rw-r--r-- | arch/ppc/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/arch/ppc/Makefile b/arch/ppc/Makefile index d1b6e6dcb504..4b3fe395ffa4 100644 --- a/arch/ppc/Makefile +++ b/arch/ppc/Makefile | |||
| @@ -105,13 +105,7 @@ archclean: | |||
| 105 | $(Q)$(MAKE) $(clean)=arch/ppc/boot | 105 | $(Q)$(MAKE) $(clean)=arch/ppc/boot |
| 106 | $(Q)rm -rf include3 | 106 | $(Q)rm -rf include3 |
| 107 | 107 | ||
| 108 | prepare: include/asm-$(ARCH)/offsets.h checkbin | 108 | prepare: checkbin |
| 109 | |||
| 110 | arch/$(ARCH)/kernel/asm-offsets.s: include/asm include/linux/version.h \ | ||
| 111 | include/config/MARKER | ||
| 112 | |||
| 113 | include/asm-$(ARCH)/offsets.h: arch/$(ARCH)/kernel/asm-offsets.s | ||
| 114 | $(call filechk,gen-asm-offsets) | ||
| 115 | 109 | ||
| 116 | # Temporary hack until we have migrated to asm-powerpc | 110 | # Temporary hack until we have migrated to asm-powerpc |
| 117 | include/asm: include3/asm | 111 | include/asm: include3/asm |
| @@ -143,7 +137,5 @@ checkbin: | |||
| 143 | false ; \ | 137 | false ; \ |
| 144 | fi | 138 | fi |
| 145 | 139 | ||
| 146 | CLEAN_FILES += include/asm-$(ARCH)/offsets.h \ | 140 | CLEAN_FILES += $(TOUT) |
| 147 | arch/$(ARCH)/kernel/asm-offsets.s \ | ||
| 148 | $(TOUT) | ||
| 149 | 141 | ||
