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