blob: bcd0247b3a66731636ec6aad45733b793e6e40f3 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
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
Ralf Baechle875d43e2005-09-03 15:56:16 -07008lib-$(CONFIG_32BIT) += locore.o
9lib-$(CONFIG_64BIT) += call_o32.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070010
11EXTRA_AFLAGS := $(CFLAGS)