blob: e0aaad482b0ebc806e971101a4f701ff30d2848e [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for the ARC prom monitor library routines under Linux.
3#
4
5lib-y += cmdline.o env.o file.o identify.o init.o \
Ralf Baechle07b4ebd2005-03-07 15:40:34 +00006 misc.o salone.o time.o tree.o
Linus Torvalds1da177e2005-04-16 15:20:36 -07007
8lib-$(CONFIG_ARC_MEMORY) += memory.o
9lib-$(CONFIG_ARC_CONSOLE) += arc_con.o
10lib-$(CONFIG_ARC_PROMLIB) += promlib.o
Ralf Baechle03bf6ad2009-09-15 22:58:23 +020011
12EXTRA_CFLAGS += -Werror