mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 03:51:48 +00:00
8a362cd6d6
Signed-off-by: matt mooney <mfm@muteddisk.com> Signed-off-by: Matt Turner <mattst88@gmail.com>
10 lines
168 B
Makefile
10 lines
168 B
Makefile
#
|
|
# 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
|