Home | History | Annotate | Download | only in core

Lines Matching refs:vts

792 ## Compile the .vts files to .cc (or .c) and then to .o
795 vts_src := $(strip $(filter %.vts,$(my_src_files)))
800 vts_gen_cpp_root := $(intermediates)/vts-generated/src
801 vts_gen_include_root := $(intermediates)/vts-generated/include
806 $(eval $(call define-vts-cpp-rule,$(s),$(vts_gen_cpp_root),vts_gen_cpp)))
808 $(call include-depfile,$(addsuffix .vts.P,$(basename $(cpp))),$(cpp)))