2005-04-17 06:20:36 +08:00
|
|
|
#
|
|
|
|
# Makefile for the DECstation prom monitor library routines
|
|
|
|
# under Linux.
|
|
|
|
#
|
|
|
|
|
|
|
|
lib-y += init.o memory.o cmdline.o identify.o console.o
|
|
|
|
|
2005-09-04 06:56:16 +08:00
|
|
|
lib-$(CONFIG_32BIT) += locore.o
|
|
|
|
lib-$(CONFIG_64BIT) += call_o32.o
|