Gitiles
Code Review
Sign In
192.168.1.100
/
R306
/
1aff617e2d2be96cb79bc3a57f656e31e4e4da1b
/
.
/
ap
/
os
/
linux
/
linux-3.4.x
/
drivers
/
mca
/
Makefile
blob: 0794b122520eaa01a2da5883b90fa257933aac8d [
file
] [
log
] [
blame
]
yuezonghe
824eb0c
2024-06-27 02:32:26 -0700
[
diff
] [
blame
]
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