Lines Matching full:feature
2 feature_dir := $(srctree)/tools/build/feature
5 OUTPUT_FEATURES = $(OUTPUT)feature/
11 …feature-$(1) := $(shell $(MAKE) OUTPUT=$(OUTPUT_FEATURES) CC="$(CC)" CXX="$(CXX)" CFLAGS="$(EXTRA_…
16 feature-$(1) := 1
20 # Build the feature check binaries in parallel, ignore errors, ignore return value and suppress out…
24 # Note that this is not a complete list of all feature tests, just
27 # [ Feature tests not mentioned here have to be built explicitly in
29 # feature check. ]
77 # of all feature tests
142 # Declare group members of a feature to display the logical OR of the detection
148 # If in the future we need per-feature checks/flags for features not
165 # feature matrix:
167 ifeq ($(feature-all), 1)
169 # test-all.c passed - just set all the core feature flags to 1:
185 # Print the result of the feature test:
199 ifneq (,$(filter 1,$(foreach feat,$(call feature_group,$(feat)),$(feature-$(feat)))))
212 # generates feature value assignment for name, like:
213 # $(call feature_assign,dwarf) == feature-dwarf=1
215 feature_assign = feature-$(1)=$(feature-$(1))
217 FEATURE_DUMP_FILENAME = $(OUTPUT)FEATURE-DUMP$(FEATURE_USER)
234 # so we force FEATURE-DUMP generation
251 ifneq ($(feature-$(1)), 1)