Lines Matching refs:as
11 # Name of target with a '.' as filename prefix. foo/bar.o => foo/.bar.o
48 # to specify a valid file as first prerequisite (often the kbuild file)
82 # Exit code chooses option. "$$TMP" is can be used as temporary file and
93 # as-option
94 # Usage: cflags-y += $(call as-option,-Wa$(comma)-isa=foo,)
96 as-option = $(call try-run,\
99 # as-instr
100 # Usage: cflags-y += $(call as-instr,instr,option1,option2)
102 as-instr = $(call try-run,\
190 # if_changed_dep - as if_changed, but uses fixdep to reveal dependencies
192 # if_changed_rule - as if_changed but execute rule instead