diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2008-12-07 03:04:30 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-07 03:04:30 -0500 |
commit | d34dd82905fb8e1117b67ab6c32989f88cfa0ba8 (patch) | |
tree | 9e39651b66ad2b7679c50e6392ce7b92c359f5e2 /arch/sparc/kernel/Makefile | |
parent | 2bf05fa03ea10e7dcfd38cc8643bbb29c3ad6f9e (diff) |
sparc: unify kernel/cpu
o use cpu_32.c as base
o move all sparc64 definitions to the common cpu.c
o use ifdef for the parts that differs and use cpu_32 as base
o spitfire.h required a CONFIG_SPARC64 guard to fix build on 32 bit
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/Makefile')
-rw-r--r-- | arch/sparc/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/Makefile b/arch/sparc/kernel/Makefile index 04c74d00f832..0ba314b7f111 100644 --- a/arch/sparc/kernel/Makefile +++ b/arch/sparc/kernel/Makefile | |||
@@ -27,7 +27,7 @@ obj-y += sys_sparc_$(BITS).o | |||
27 | obj-$(CONFIG_SPARC32) += systbls_32.o | 27 | obj-$(CONFIG_SPARC32) += systbls_32.o |
28 | obj-y += time_$(BITS).o | 28 | obj-y += time_$(BITS).o |
29 | obj-$(CONFIG_SPARC32) += windows.o | 29 | obj-$(CONFIG_SPARC32) += windows.o |
30 | obj-y += cpu_$(BITS).o | 30 | obj-y += cpu.o |
31 | obj-$(CONFIG_SPARC32) += devices.o | 31 | obj-$(CONFIG_SPARC32) += devices.o |
32 | obj-$(CONFIG_SPARC32) += tadpole.o | 32 | obj-$(CONFIG_SPARC32) += tadpole.o |
33 | obj-$(CONFIG_SPARC32) += tick14.o | 33 | obj-$(CONFIG_SPARC32) += tick14.o |