OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASFLAGS
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/media/libstagefright/codecs/aacenc/Tools/
doit.mk
34
ASFLAGS
=$(VOASFLAGS) $(addprefix -I, $(VOSRCDIR))
118
$(VERBOSE) $(AS) $(
ASFLAGS
) -o $(OBJDIR)/$@ $<
/external/libvpx/build/make/
Makefile
68
ASFLAGS
+=-I$(BUILD_PFX)$(BUILD_ROOT)/ -I$(SRC_PATH)/
111
--build-pfx=$(BUILD_PFX) --depfile=$@ $(
ASFLAGS
) $< > $@
115
$(qexec)$(AS) $(
ASFLAGS
) -o $@ $<
121
--build-pfx=$(BUILD_PFX) --depfile=$@ $(
ASFLAGS
) $< > $@
125
$(qexec)$(AS) $(
ASFLAGS
) -o $@ $<
configure.sh
177
ASFLAGS
="${
ASFLAGS
} $@"
333
check_cmd ${AS} ${
ASFLAGS
} -o ${TMP_O} ${TMP_ASM}
337
die "${AS} ${
ASFLAGS
} does not support section alignment (nasm <=2.08?)"
388
ASFLAGS
= ${
ASFLAGS
}
698
#
ASFLAGS
is written here instead of using check_add_asflags
699
# because we need to overwrite all of
ASFLAGS
and purge the
701
ASFLAGS
="-version -arch ${tgt_isa} -g"
/external/zlib/nintendods/
Makefile
37
ASFLAGS
:= $(ARCH) -march=armv5te -mtune=arm946e-s
/external/chromium/base/
base_gfx.scons
10
ASFLAGS
= [
129
ASFLAGS
= [
/hardware/broadcom/wlan/bcm4329/src/
Makerules
428
ASFLAGS
= $(GASFLAGS) $(LASFLAGS) $(ASENV)
468
$(AS) $(
ASFLAGS
) $*.asm
Completed in 305 milliseconds