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 | |||||
matt mooney | 8a362cd | 2011-01-11 22:09:09 -0500 | [diff] [blame] | 5 | ccflags-y := -Werror |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | |
Ard Biesheuvel | e77986b | 2016-03-22 14:28:12 -0700 | [diff] [blame] | 7 | obj-y := init.o fault.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | |
9 | obj-$(CONFIG_DISCONTIGMEM) += numa.o |