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