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