diff options
Diffstat (limited to 'kernel/arch/alpha/mm/Makefile')
-rw-r--r-- | kernel/arch/alpha/mm/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel/arch/alpha/mm/Makefile b/kernel/arch/alpha/mm/Makefile new file mode 100644 index 000000000..c993d3f93 --- /dev/null +++ b/kernel/arch/alpha/mm/Makefile @@ -0,0 +1,9 @@ +# +# Makefile for the linux alpha-specific parts of the memory manager. +# + +ccflags-y := -Werror + +obj-y := init.o fault.o extable.o + +obj-$(CONFIG_DISCONTIGMEM) += numa.o |