diff options
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 |