diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-10 07:52:43 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-10 07:52:43 -0400 |
commit | 70d64ceaa1a84d2502405422a4dfd3f87786a347 (patch) | |
tree | 23e38168021988d34b11c6f41cfff82f8095092e /arch/powerpc/Makefile | |
parent | a432403a89646614252c3bb6dfbe897c8312ab35 (diff) |
powerpc: Rename files to have consistent _32/_64 suffixes
This doesn't change any code, just renames things so we consistently
have foo_32.c and foo_64.c where we have separate 32- and 64-bit
versions.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Makefile')
-rw-r--r-- | arch/powerpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index eb1224c24e3e..064864065753 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile | |||
@@ -112,7 +112,7 @@ CFLAGS += $(cpu-as-y) | |||
112 | # Default to the common case. | 112 | # Default to the common case. |
113 | KBUILD_DEFCONFIG := common_defconfig | 113 | KBUILD_DEFCONFIG := common_defconfig |
114 | 114 | ||
115 | head-y := arch/powerpc/kernel/head.o | 115 | head-y := arch/powerpc/kernel/head_32.o |
116 | head-$(CONFIG_PPC64) := arch/powerpc/kernel/head_64.o | 116 | head-$(CONFIG_PPC64) := arch/powerpc/kernel/head_64.o |
117 | head-$(CONFIG_8xx) := arch/powerpc/kernel/head_8xx.o | 117 | head-$(CONFIG_8xx) := arch/powerpc/kernel/head_8xx.o |
118 | head-$(CONFIG_4xx) := arch/powerpc/kernel/head_4xx.o | 118 | head-$(CONFIG_4xx) := arch/powerpc/kernel/head_4xx.o |