repo.or.cz
/
wrt350n-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[wrt350n-kernel.git]
/
arch
/
x86
/
mm
/
Makefile
blob
9832910968486f3de246f0f1065021f5de977871
1
ifeq
($(
CONFIG_X86_32
),
y
)
2
include
${
srctree
}/
arch
/
x86
/
mm
/
Makefile_32
3
else
4
include
${
srctree
}/
arch
/
x86
/
mm
/
Makefile_64
5
endif