blob: 6edd9a09ea4fdcd3c267c16a9cf9a2deffb11b6d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#
# Makefile for the linux alpha-specific parts of the memory manager.
#
EXTRA_CFLAGS := -Werror
obj-y := init.o fault.o extable.o remap.o
obj-$(CONFIG_DISCONTIGMEM) += numa.o
|