xref: /optee_os/core/tee/sub.mk (revision b01047730e77127c23a36591643eeb8bb0487d68)
1*b0104773SPascal Brandsrcs-y += tee_svc.c
2*b0104773SPascal Brandcflags-tee_svc.c-y += -Wno-format -Wno-declaration-after-statement
3*b0104773SPascal Brandcflags-tee_svc.c-y += -Wno-unused-parameter
4*b0104773SPascal Brandcflags-tee_svc.c-y += -Wno-format-nonliteral -Wno-format-security
5*b0104773SPascal Brand
6*b0104773SPascal Brand
7*b0104773SPascal Brandsrcs-y += tee_svc_cryp.c
8*b0104773SPascal Brandcflags-tee_svc_cryp.c-y += -Wno-declaration-after-statement
9*b0104773SPascal Brandcflags-tee_svc_cryp.c-y += -Wno-unused-parameter
10*b0104773SPascal Brandcflags-tee_svc_cryp.c-y += -Wno-cast-align
11*b0104773SPascal Brand
12*b0104773SPascal Brandsrcs-y += tee_acipher.c
13*b0104773SPascal Brandcflags-tee_acipher.c-y += -Wno-unused-parameter
14*b0104773SPascal Brand
15*b0104773SPascal Brandsrcs-y += tee_authenc.c
16*b0104773SPascal Brandcflags-tee_authenc.c-y += -Wno-unused-parameter
17*b0104773SPascal Brand
18*b0104773SPascal Brandsrcs-y += tee_mac.c
19*b0104773SPascal Brandcflags-tee_mac.c-y += -Wno-unused-parameter
20*b0104773SPascal Brand
21*b0104773SPascal Brandsrcs-y += tee_rpmb.c
22*b0104773SPascal Brandcflags-tee_rpmb.c-y += -Wno-unused-parameter
23*b0104773SPascal Brand
24*b0104773SPascal Brandsrcs-y += tee_cipher.c
25*b0104773SPascal Brandsrcs-y += tee_fs.c
26*b0104773SPascal Brandsrcs-y += tee_hash.c
27*b0104773SPascal Brandsrcs-y += tee_obj.c
28*b0104773SPascal Brandsrcs-y += tee_pobj.c
29*b0104773SPascal Brandsrcs-y += tee_rpmb_fs.c
30*b0104773SPascal Brandsrcs-y += tee_svc_storage.c
31*b0104773SPascal Brandsrcs-y += tee_time_generic.c
32