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>
10 lines
223 B
Makefile
10 lines
223 B
Makefile
# Makefile for the linux Sparc64-specific parts of the memory manager.
|
|
#
|
|
|
|
EXTRA_AFLAGS := -ansi
|
|
EXTRA_CFLAGS := -Werror
|
|
|
|
obj-y := ultra.o tlb.o tsb.o fault.o init.o generic.o
|
|
|
|
obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
|