mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 13:11:45 +00:00
5110bd21b8
While doing some easy cleanups on the sparc code I noticed that the CONFIG_SUN4 code seems to be worse than the rest - there were some "I don't know how it should work, but the current code definitely cannot work." places. And while I have seen people running Linux on machines like a SPARCstation 5 a few years ago I don't recall having seen sun4 machines, even less ones running Linux. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
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
|