8 lines
167 B
Makefile
Executable file
8 lines
167 B
Makefile
Executable file
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for generic prom monitor library routines under Linux.
|
|
#
|
|
|
|
lib-y += cmdline.o
|
|
|
|
lib-$(CONFIG_64BIT) += call_o32.o
|