xref: /optee_os/core/pta/sub.mk (revision f16923686212570a890efd14179f99e3bd916df8)
1963051aaSJerome Forissiersubdirs-$(CFG_TEE_CORE_EMBED_INTERNAL_TESTS) += tests
25843bb75SJerome Forissier
37e05ec25SJerome Forissiersrcs-$(CFG_ATTESTATION_PTA) += attestation.c
45843bb75SJerome Forissiersrcs-$(CFG_TEE_BENCHMARK) += benchmark.c
55843bb75SJerome Forissiersrcs-$(CFG_DEVICE_ENUM_PTA) += device.c
65843bb75SJerome Forissiersrcs-$(CFG_TA_GPROF_SUPPORT) += gprof.c
75843bb75SJerome Forissierifeq ($(CFG_WITH_USER_TA),y)
85843bb75SJerome Forissiersrcs-$(CFG_SECSTOR_TA_MGMT_PTA) += secstor_ta_mgmt.c
95843bb75SJerome Forissierendif
105843bb75SJerome Forissiersrcs-$(CFG_WITH_STATS) += stats.c
115843bb75SJerome Forissiersrcs-$(CFG_SYSTEM_PTA) += system.c
12ff0c5d42SJorge Ramirez-Ortizsrcs-$(CFG_SCP03_PTA) += scp03.c
13b0e1c5e4SJorge Ramirez-Ortizsrcs-$(CFG_APDU_PTA) += apdu.c
14b0a1c250SEtienne Carrieresrcs-$(CFG_SCMI_PTA) += scmi.c
15f2dad489SSergiy Kibriksrcs-$(CFG_HWRNG_PTA) += hwrng.c
16cea1eb0bSClément Légersrcs-$(CFG_RTC_PTA) += rtc.c
176c5fa4feSVikas Gupta
186c5fa4feSVikas Guptasubdirs-y += bcm
194583de06SGatien Chevalliersubdirs-y += stm32mp
20e91fa6a0SClement Fauresubdirs-y += imx
21c6d054ebSManorit Chawdhrysubdirs-y += k3
22f6c57ea4SArnaud Pouliquen
23*f1692368SArnaud Pouliquenifeq ($(CFG_REMOTEPROC_PTA),y)
24f6c57ea4SArnaud Pouliquengensrcs-y += rproc_pub_key
25f6c57ea4SArnaud Pouliquenproduce-rproc_pub_key = rproc_pub_key.c
26f6c57ea4SArnaud Pouliquendepends-rproc_pub_key = $(RPROC_SIGN_KEY) scripts/pem_to_pub_c.py
27f6c57ea4SArnaud Pouliquenrecipe-rproc_pub_key = $(PYTHON3) scripts/pem_to_pub_c.py \
28f6c57ea4SArnaud Pouliquen	--prefix rproc_pub_key --key $(RPROC_SIGN_KEY)    \
29f6c57ea4SArnaud Pouliquen	--out $(sub-dir-out)/rproc_pub_key.c
30f6c57ea4SArnaud Pouliquenendif