b00dc83764
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
206 B
Makefile
9 lines
206 B
Makefile
# Makefile for the Sun Boot PROM interface library under
|
|
# Linux.
|
|
#
|
|
|
|
EXTRA_AFLAGS := -ansi
|
|
EXTRA_CFLAGS := -Werror
|
|
|
|
lib-y := bootstr.o devops.o init.o misc.o \
|
|
tree.o console.o printf.o p1275.o cif.o
|