mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00

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>
7 lines
127 B
Makefile
7 lines
127 B
Makefile
#
|
|
# Makefile for generic prom monitor library routines under Linux.
|
|
#
|
|
|
|
lib-y += cmdline.o
|
|
|
|
lib-$(CONFIG_64BIT) += call_o32.o
|