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