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