xref: /linux/arch/mips/dec/prom/Makefile (revision 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2)
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_MIPS32)	+= locore.o
9lib-$(CONFIG_MIPS64)	+= call_o32.o
10
11EXTRA_AFLAGS := $(CFLAGS)
12