mirror of
https://gitee.com/openharmony/kernel_linux
synced 2025-05-24 23:56:33 +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>
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
|