mirror of https://gitee.com/openkylin/linux.git
7 lines
192 B
Makefile
7 lines
192 B
Makefile
|
# 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
|