Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for the linux alpha-specific parts of the memory manager. | ||||
3 | # | ||||
4 | |||||
5 | EXTRA_CFLAGS := -Werror | ||||
6 | |||||
7 | obj-y := init.o fault.o extable.o remap.o | ||||
8 | |||||
9 | obj-$(CONFIG_DISCONTIGMEM) += numa.o |