Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c73a91b8f944992ec6675fcd34247b9cdf8482ea
/
.
/
drivers
/
char
/
xillybus
/
Makefile
blob: b68b7ebfd3819caf82ae0128ce7a4caac041e883 [
file
] [
log
] [
blame
]
Eli Billauer
48bae05
2013-06-24 18:55:47 +0300
[
diff
] [
blame
]
1
#
2
# Makefile for Xillybus driver
3
#
4
5
obj
-
$
(
CONFIG_XILLYBUS
)
+=
xillybus_core
.
o
6
obj
-
$
(
CONFIG_XILLYBUS_PCIE
)
+=
xillybus_pcie
.
o
7
obj
-
$
(
CONFIG_XILLYBUS_OF
)
+=
xillybus_of
.
o