8cf14af0a7
The funny "range" exception table entries we had were only used by the compat layer socketcall assembly, and it wasn't even needed there. For free we now get proper exception table sorting and fast binary searching. Signed-off-by: David S. Miller <davem@davemloft.net>
10 lines
271 B
Makefile
10 lines
271 B
Makefile
# $Id: Makefile,v 1.8 2000/12/14 22:57:25 davem Exp $
|
|
# Makefile for the linux Sparc64-specific parts of the memory manager.
|
|
#
|
|
|
|
EXTRA_AFLAGS := -ansi
|
|
EXTRA_CFLAGS := -Werror
|
|
|
|
obj-y := ultra.o tlb.o fault.o init.o generic.o
|
|
|
|
obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
|