projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branches 'at91', 'dyntick', 'ep93xx', 'iop', 'ixp', 'misc', 'orion', 'omap...
[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
8
ifeq ($(CONFIG_SUN4),y)
9
obj-y += nosrmmu.o
10
else
11
obj-y += srmmu.o iommu.o io-unit.o hypersparc.o viking.o tsunami.o swift.o
12
endif
13
14
ifdef CONFIG_HIGHMEM
15
obj-y += highmem.o
16
endif
17
18
ifdef CONFIG_SMP
19
obj-y += nosun4c.o
20
else
21
obj-y += sun4c.o
22
endif