diff options
author | Robert Reif <reif@earthlink.net> | 2008-12-08 03:59:17 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-08 04:00:14 -0500 |
commit | efe6c3dd8b7df809d46fb521eb9af471c47ed608 (patch) | |
tree | 300fa5d19b6add2e54a0b7e8810b532505c26de8 /arch/sparc/prom/Makefile | |
parent | 89b409f77017171c55e79628eefc557126c8fd7f (diff) |
sparc: Use sparc64 version of prom/printf.c
Use sparc64 version of prom/printf.c.
The only differences for sparc32 is that prom_printf is no longer
exported for modules which should be OK.
Signed-off-by: Robert Reif <reif@earthlink.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/prom/Makefile')
-rw-r--r-- | arch/sparc/prom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/prom/Makefile b/arch/sparc/prom/Makefile index f8e0278b8b4f..1b8c073adb44 100644 --- a/arch/sparc/prom/Makefile +++ b/arch/sparc/prom/Makefile | |||
@@ -15,7 +15,7 @@ lib-$(CONFIG_SPARC32) += palloc.o | |||
15 | lib-$(CONFIG_SPARC32) += ranges.o | 15 | lib-$(CONFIG_SPARC32) += ranges.o |
16 | lib-$(CONFIG_SPARC32) += segment.o | 16 | lib-$(CONFIG_SPARC32) += segment.o |
17 | lib-y += console_$(BITS).o | 17 | lib-y += console_$(BITS).o |
18 | lib-y += printf_$(BITS).o | 18 | lib-y += printf.o |
19 | lib-y += tree_$(BITS).o | 19 | lib-y += tree_$(BITS).o |
20 | lib-$(CONFIG_SPARC64) += p1275.o | 20 | lib-$(CONFIG_SPARC64) += p1275.o |
21 | lib-$(CONFIG_SPARC64) += cif.o | 21 | lib-$(CONFIG_SPARC64) += cif.o |