Lines Matching refs:conf
64 cppflags$(sm) += -include $(conf-file)
129 incfiles-extra-host += $(conf-file)
130 incfiles-extra-host += $(conf-mk-file)
131 incfiles-extra-host += $(conf-cmake-file)
209 conf-mk-file-export := $(out-dir)/export-$(sm)/mk/conf.mk
210 sm-$(conf-mk-file-export) := $(sm)
212 .PHONY: $(conf-mk-file-export)
213 $(conf-mk-file-export):
216 $(q)echo sm := $$(sm-$(conf-mk-file-export)) > $$@.tmp
217 $(q)echo sm-$$(sm-$(conf-mk-file-export)) := y >> $$@.tmp
218 $(q)($$(foreach v, $$(ta-mk-file-export-vars-$$(sm-$(conf-mk-file-export))), \
225 cleanfiles := $(cleanfiles) $(conf-mk-file-export)
226 ta_dev_kit: $(conf-mk-file-export)