2005-04-16 16:20:36 -06: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-03 16:56:16 -06:00
|
|
|
lib-$(CONFIG_32BIT) += locore.o
|
|
|
|
lib-$(CONFIG_64BIT) += call_o32.o
|