Makefile 306 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5
#
# Makefile for the ARC prom monitor library routines under Linux.
#

lib-y				+= cmdline.o env.o file.o identify.o init.o \
6
				   misc.o salone.o time.o tree.o
L
Linus Torvalds 已提交
7 8 9 10

lib-$(CONFIG_ARC_MEMORY)	+= memory.o
lib-$(CONFIG_ARC_CONSOLE)	+= arc_con.o
lib-$(CONFIG_ARC_PROMLIB)	+= promlib.o
R
Ralf Baechle 已提交
11 12

EXTRA_CFLAGS			+= -Werror