Home | History | Annotate | Download | only in core

Lines Matching refs:ADDITIONAL_BUILD_PROPERTIES

76 ADDITIONAL_BUILD_PROPERTIES := \
77 $(call collapse-pairs, $(ADDITIONAL_BUILD_PROPERTIES))
78 ADDITIONAL_BUILD_PROPERTIES := $(call uniq-pairs-by-first-component, \
79 $(ADDITIONAL_BUILD_PROPERTIES),=)
183 $(if $(ADDITIONAL_BUILD_PROPERTIES), \
186 echo "# ADDITIONAL_BUILD_PROPERTIES" >> $@; \
188 $(hide) $(foreach line,$(ADDITIONAL_BUILD_PROPERTIES), \