mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-08-28 18:40:57 +00:00
10 lines
179 B
Makefile
10 lines
179 B
Makefile
|
|
#
|
||
|
|
# 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
|