mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-24 08:35:30 +07:00
11 lines
281 B
Makefile
11 lines
281 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 extable.o
|
||
|
|
||
|
obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
|