2005-04-17 00:20:36 +02: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 16:40:34 +01:00
|
|
|
misc.o salone.o time.o tree.o
|
2005-04-17 00:20:36 +02:00
|
|
|
|
|
|
|
lib-$(CONFIG_ARC_MEMORY) += memory.o
|
|
|
|
lib-$(CONFIG_ARC_CONSOLE) += arc_con.o
|
|
|
|
lib-$(CONFIG_ARC_PROMLIB) += promlib.o
|