mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-10-18 23:51:34 +00:00

This patch removes the CVS keywords that weren't updated for a long time from comments. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
9 lines
226 B
Makefile
9 lines
226 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
|
|
|
|
lib-$(CONFIG_SUN4) += sun4prom.o
|