2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2005-04-17 06:20:36 +08:00
|
|
|
#
|
|
|
|
# Makefile for the linux alpha-specific parts of the memory manager.
|
|
|
|
#
|
|
|
|
|
2011-01-12 11:09:09 +08:00
|
|
|
ccflags-y := -Werror
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2016-03-23 05:28:12 +08:00
|
|
|
obj-y := init.o fault.o
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
obj-$(CONFIG_DISCONTIGMEM) += numa.o
|