repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git]
/
drivers
/
greybus
/
Makefile
blob
d986e94f8897b9245aa80a52e50e6caa9adc1d92
1
# SPDX-License-Identifier: GPL-2.0
2
# Greybus core
3
greybus-y
:=
core.o \
4
debugfs.o \
5
hd.o \
6
manifest.o \
7
module.o \
8
interface.o \
9
bundle.o \
10
connection.o \
11
control.o \
12
svc.o \
13
svc_watchdog.o \
14
operation.o
15
16
obj-
$(
CONFIG_GREYBUS
) +=
greybus.o
17
18
# needed for trace events
19
ccflags-y
+= -
I
$(
src
)
20
21
obj-
$(
CONFIG_GREYBUS_BEAGLEPLAY
) +=
gb-beagleplay.o
22
23
# Greybus Host controller drivers
24
gb-es2-y
:=
es2.o
25
26
obj-
$(
CONFIG_GREYBUS_ES2
) +=
gb-es2.o
27
28