diff options
Diffstat (limited to 'arch/mips/fw/lib/Makefile')
-rw-r--r-- | arch/mips/fw/lib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/fw/lib/Makefile b/arch/mips/fw/lib/Makefile index 84befc968fc4..529150516777 100644 --- a/arch/mips/fw/lib/Makefile +++ b/arch/mips/fw/lib/Makefile | |||
@@ -2,4 +2,6 @@ | |||
2 | # Makefile for generic prom monitor library routines under Linux. | 2 | # Makefile for generic prom monitor library routines under Linux. |
3 | # | 3 | # |
4 | 4 | ||
5 | lib-y += cmdline.o | ||
6 | |||
5 | lib-$(CONFIG_64BIT) += call_o32.o | 7 | lib-$(CONFIG_64BIT) += call_o32.o |