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
/
tee
/
optee
/
Makefile
blob
a6eff388d300de993d51f7b6d59ce65354562d68
1
# SPDX-License-Identifier: GPL-2.0
2
obj-
$(
CONFIG_OPTEE
) +=
optee.o
3
optee-objs
+=
core.o
4
optee-objs
+=
call.o
5
optee-objs
+=
notif.o
6
optee-objs
+=
rpc.o
7
optee-objs
+=
supp.o
8
optee-objs
+=
device.o
9
optee-objs
+=
smc_abi.o
10
optee-objs
+=
ffa_abi.o
11
12
# for tracing framework to find optee_trace.h
13
CFLAGS_smc_abi.o
:= -
I
$(
src
)