Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
ebiederm
/
linux-namespace-control-devel
/
e6625fa48e6580a74b7e700efd7e6463e282810b
/
.
/
drivers
/
mca
/
Makefile
blob: 0794b122520eaa01a2da5883b90fa257933aac8d [
file
] [
log
] [
blame
]
# Makefile for the Linux MCA bus support
obj
-
y
:=
mca
-
bus
.
o mca
-
device
.
o mca
-
driver
.
o
obj
-
$
(
CONFIG_MCA_PROC_FS
)
+=
mca
-
proc
.
o
obj
-
$
(
CONFIG_MCA_LEGACY
)
+=
mca
-
legacy
.
o