Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
ea71b10a3d18e5589f44b836a83003a6e741d6bb
/
.
/
drivers
/
char
/
xillybus
/
Makefile
blob: b68b7ebfd3819caf82ae0128ce7a4caac041e883 [
file
] [
log
] [
blame
]
#
# Makefile for Xillybus driver
#
obj
-
$
(
CONFIG_XILLYBUS
)
+=
xillybus_core
.
o
obj
-
$
(
CONFIG_XILLYBUS_PCIE
)
+=
xillybus_pcie
.
o
obj
-
$
(
CONFIG_XILLYBUS_OF
)
+=
xillybus_of
.
o