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
372
gen_S_sources
:= $(filter %.S,$(LOCAL_GENERATED_SOURCES))
373
gen_S_objects := $(
gen_S_sources
:%.S=%.o)
375
ifneq ($(strip $(
gen_S_sources
)),)
381
gen_s_sources
:= $(filter %.s,$(LOCAL_GENERATED_SOURCES))
macro
382
gen_s_objects := $(
gen_s_sources
:%.s=%.o)
Completed in 116 milliseconds