373822ec2d8c28e512d6b7ae48f2fd018c143636
[deliverable/linux.git] / arch / mips / dec / prom / Makefile
1 #
2 # Makefile for the DECstation prom monitor library routines
3 # under Linux.
4 #
5
6 lib-y += init.o memory.o cmdline.o identify.o console.o
7
8 lib-$(CONFIG_MIPS32) += locore.o
9 lib-$(CONFIG_MIPS64) += call_o32.o
10
11 EXTRA_AFLAGS := $(CFLAGS)
This page took 0.041343 seconds and 4 git commands to generate.