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 git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
[linux-2.6]
/
arch
/
x86
/
pci
/
Makefile
1
ifeq ($(CONFIG_X86_32),y)
2
include ${srctree}/arch/x86/pci/Makefile_32
3
else
4
include ${srctree}/arch/x86/pci/Makefile_64
5
endif