2005-04-17 06:20:36 +08:00
|
|
|
#
|
|
|
|
# Makefile for the ARC prom monitor library routines under Linux.
|
|
|
|
#
|
|
|
|
|
|
|
|
lib-y += cmdline.o env.o file.o identify.o init.o \
|
2005-03-07 23:40:34 +08:00
|
|
|
misc.o salone.o time.o tree.o
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
lib-$(CONFIG_ARC_MEMORY) += memory.o
|
|
|
|
lib-$(CONFIG_ARC_CONSOLE) += arc_con.o
|
|
|
|
lib-$(CONFIG_ARC_PROMLIB) += promlib.o
|
2009-09-16 04:58:23 +08:00
|
|
|
|
2011-01-14 22:12:31 +08:00
|
|
|
ccflags-y := -Werror
|