12 lines
234 B
Makefile
12 lines
234 B
Makefile
#
|
|
# Makefile for the DECstation prom monitor library routines
|
|
# under Linux.
|
|
#
|
|
|
|
lib-y += init.o memory.o cmdline.o identify.o console.o
|
|
|
|
lib-$(CONFIG_MIPS32) += locore.o
|
|
lib-$(CONFIG_MIPS64) += call_o32.o
|
|
|
|
EXTRA_AFLAGS := $(CFLAGS)
|