xref: /linux/arch/mips/dec/prom/Makefile (revision 3d3337de8900a199a7ab304f742a6ad2a973b9f4)
1#
2# Makefile for the DECstation prom monitor library routines
3# under Linux.
4#
5
6lib-y			+= init.o memory.o cmdline.o identify.o console.o
7
8lib-$(CONFIG_32BIT)	+= locore.o
9