1# Makefile for the Sun Boot PROM interface library under 2# Linux. 3# 4 5lib-y := bootstr.o devmap.o devops.o init.o memory.o misc.o mp.o \ 6 palloc.o ranges.o segment.o console.o printf.o tree.o 7 8lib-$(CONFIG_SUN4) += sun4prom.o 9