Home | History | Annotate | Download | only in dragon

Lines Matching refs:tlk

17 # There are three modes for TLK components, controlled by SECURE_OS_BUILD:
19 # "SECURE_OS_BUILD = tlk" will build everything from source.
20 # "SECURE_OS_BUILD = client_only" will build TLK client components from
22 # "SECURE_OS_BUILD = false" will will use prebuilts for TLK and client
25 # By default build TLK from source if it is available, otherwise use
28 ifeq ($(wildcard vendor/nvidia/dragon-tlk/tlk),vendor/nvidia/dragon-tlk/tlk)
29 SECURE_OS_BUILD ?= tlk