projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
[linux-2.6]
/
arch
/
sparc
/
mm
/
Makefile
1
# Makefile for the linux Sparc-specific parts of the memory manager.
2
#
3
4
EXTRA_AFLAGS := -ansi
5
6
obj-y := fault.o init.o loadmmu.o generic.o extable.o btfixup.o \
7
srmmu.o iommu.o io-unit.o hypersparc.o viking.o tsunami.o swift.o
8
9
ifdef CONFIG_HIGHMEM
10
obj-y += highmem.o
11
endif
12
13
ifdef CONFIG_SMP
14
obj-y += nosun4c.o
15
else
16
obj-y += sun4c.o
17
endif