diff options
author | Steven J. Hill <Steven.Hill@imgtec.com> | 2013-03-25 23:32:15 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-05-08 14:30:09 +0400 |
commit | 14aecdd419217e041fb5dd2749d11f58503bdf62 (patch) | |
tree | ab7fbfadfcaa6d92b0465525aa55e22fb19e934f /arch/mips/fw/lib/Makefile | |
parent | 98ffcf602bd55656a4f6c5d9c743bffef115a8c1 (diff) | |
download | linux-14aecdd419217e041fb5dd2749d11f58503bdf62.tar.xz |
MIPS: FW: Add environment variable processing.
Add parsing of the environment and command line variables passed to
the kernel to the firmware library.
Signed-off-by: Steven J. Hill <Steven.Hill@imgtec.com>
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 @@ # Makefile for generic prom monitor library routines under Linux. # +lib-y += cmdline.o + lib-$(CONFIG_64BIT) += call_o32.o |