projects
/
linux-2.6
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
[linux-2.6]
/
drivers
/
mca
/
Makefile
Commit
Line
Data
1da177e4
LT
1
# Makefile for the Linux MCA bus support
2
3
obj-y := mca-bus.o mca-device.o mca-driver.o
4
5
obj-$(CONFIG_MCA_PROC_FS) += mca-proc.o
6
obj-$(CONFIG_MCA_LEGACY) += mca-legacy.o
7