1f08c3bdfSopenharmony_ci# Rules to make sparse tool(s) for inclusion in lib and testcases Makefiles 2f08c3bdfSopenharmony_ci 3f08c3bdfSopenharmony_ciSPARSE_DIR:= $(abs_top_builddir)/tools/sparse 4f08c3bdfSopenharmony_ci 5f08c3bdfSopenharmony_ci$(SPARSE_DIR)/sparse-ltp: $(SPARSE_DIR) 6f08c3bdfSopenharmony_ci $(MAKE) -C "$^" all 7f08c3bdfSopenharmony_ci 8f08c3bdfSopenharmony_ci$(SPARSE_DIR): %: 9f08c3bdfSopenharmony_ci mkdir -p "$@" 10