xref: /linux/arch/mips/dec/prom/Makefile (revision 0da85d1e38b4c186d2248f0239b72d465f5b406c)
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