OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:find_and_earlier
(Results
1 - 2
of
2
) sorted by null
/build/make/core/
envsetup.mk
15
define
find_and_earlier
macro
19
$(call
find_and_earlier
,$(wordlist 2,$(words $(1)),$(1)),$(2)))))
22
#$(warning $(call
find_and_earlier
,A B C,A))
23
#$(warning $(call
find_and_earlier
,A B C,B))
24
#$(warning $(call
find_and_earlier
,A B C,C))
25
#$(warning $(call
find_and_earlier
,A B C,D))
50
$(eval allowed_versions_ := $(call
find_and_earlier
,$(ALL_VERSIONS),$(2)))
56
$(filter-out $(call
find_and_earlier
,$(allowed_versions_),$(1)),$(allowed_versions_)))
70
ENABLED_VERSIONS := $(call
find_and_earlier
,$(ALL_VERSIONS),$(TARGET_PLATFORM_VERSION))
[
all
...]
version_defaults.mk
138
$(call
find_and_earlier
,$(ALL_VERSIONS),$(TARGET_PLATFORM_VERSION))
Completed in 46 milliseconds