Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
3ca45a46f8af8c4a92dd8a08eac57787242d5021
/
.
/
drivers
/
rapidio
/
switches
/
Makefile
blob: 6bdd54c4e7331a15a6bece90e1feb397b9f28eae [
file
] [
log
] [
blame
]
#
# Makefile for RIO switches
#
obj
-
$
(
CONFIG_RAPIDIO_TSI57X
)
+=
tsi57x
.
o
obj
-
$
(
CONFIG_RAPIDIO_CPS_XX
)
+=
idtcps
.
o
obj
-
$
(
CONFIG_RAPIDIO_TSI568
)
+=
tsi568
.
o
obj
-
$
(
CONFIG_RAPIDIO_CPS_GEN2
)
+=
idt_gen2
.
o
obj
-
$
(
CONFIG_RAPIDIO_RXS_GEN3
)
+=
idt_gen3
.
o