projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'locks' of git://linux-nfs.org/~bfields/linux
[linux-2.6]
/
arch
/
x86
/
kernel
/
Makefile
1
ifeq ($(CONFIG_X86_32),y)
2
include ${srctree}/arch/x86/kernel/Makefile_32
3
else
4
include ${srctree}/arch/x86/kernel/Makefile_64
5
endif