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