You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
226 B
9 lines
226 B
20 years ago
|
# 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
|
||
|
|
||
|
lib-$(CONFIG_SUN4) += sun4prom.o
|