mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 09:36:42 +07:00
03bf6ad9d8
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
13 lines
306 B
Makefile
13 lines
306 B
Makefile
#
|
|
# Makefile for the ARC prom monitor library routines under Linux.
|
|
#
|
|
|
|
lib-y += cmdline.o env.o file.o identify.o init.o \
|
|
misc.o salone.o time.o tree.o
|
|
|
|
lib-$(CONFIG_ARC_MEMORY) += memory.o
|
|
lib-$(CONFIG_ARC_CONSOLE) += arc_con.o
|
|
lib-$(CONFIG_ARC_PROMLIB) += promlib.o
|
|
|
|
EXTRA_CFLAGS += -Werror
|