OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gen_s_sources
(Results
1 - 1
of
1
) sorted by null
/build/core/
binary.mk
180
gen_S_sources
:= $(filter %.S,$(LOCAL_GENERATED_SOURCES))
181
gen_S_objects := $(
gen_S_sources
:%.S=%.o)
183
ifneq ($(strip $(
gen_S_sources
)),)
189
gen_s_sources
:= $(filter %.s,$(LOCAL_GENERATED_SOURCES))
macro
190
gen_s_objects := $(
gen_s_sources
:%.s=%.o)
Completed in 13 milliseconds