https://github.com/torvalds/linux
Raw File
Tip revision: ed680c4ad478d0fee9740f7d029087f181346564 authored by Linus Torvalds on 01 August 2009, 00:40:45 UTC
Linux 2.6.31-rc5
Tip revision: ed680c4
Makefile
#
# Makefile for the linux alpha-specific parts of the memory manager.
#

EXTRA_CFLAGS := -Werror

obj-y	:= init.o fault.o extable.o

obj-$(CONFIG_DISCONTIGMEM) += numa.o
back to top