Home
last modified time | relevance | path

Searched refs:asflags (Results 1 – 19 of 19) sorted by relevance

/linux/arch/arm64/kvm/hyp/
H A DMakefile7 subdir-asflags-y := -I$(incdir)
/linux/arch/arm64/kvm/hyp/vhe/
H A DMakefile6 asflags-y := -D__KVM_VHE_HYPERVISOR__
/linux/scripts/
H A DMakefile.lib3 asflags-y += $(EXTRA_AFLAGS)
9 KBUILD_AFLAGS += $(subdir-asflags-y)
124 $(filter-out $(asflags-remove-y), \
125 $(KBUILD_CPPFLAGS) $(KBUILD_AFLAGS) $(asflags-y)) \
H A DMakefile.build27 asflags-y :=
33 subdir-asflags-y :=
/linux/arch/sparc/prom/
H A DMakefile5 asflags := -ansi macro
/linux/arch/sparc/mm/
H A DMakefile5 asflags-y := -ansi
/linux/arch/nios2/boot/compressed/
H A DMakefile7 asflags-y :=
/linux/arch/x86/math-emu/
H A DMakefile10 asflags-y += $(PARANOID)
/linux/arch/alpha/lib/
H A DMakefile6 asflags-y := $(KBUILD_CFLAGS)
/linux/arch/m68k/coldfire/
H A DMakefile16 asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
/linux/arch/x86/purgatory/
H A DMakefile73 asflags-remove-y += $(foreach x, -g -gdwarf-4 -gdwarf-5, $(x) -Wa,$(x))
/linux/arch/sparc/lib/
H A DMakefile5 asflags-y := -ansi -DST_DIV0=0x02
/linux/arch/arm64/kvm/hyp/nvhe/
H A DMakefile6 asflags-y := -D__KVM_NVHE_HYPERVISOR__ -D__DISABLE_EXPORTS
/linux/arch/riscv/purgatory/
H A DMakefile98 asflags-remove-y += $(foreach x, -g -gdwarf-4 -gdwarf-5, $(x) -Wa,$(x))
/linux/arch/arm/boot/compressed/
H A DMakefile101 asflags-y := -DZIMAGE
/linux/arch/sparc/kernel/
H A DMakefile7 asflags-y := -ansi
/linux/arch/alpha/kernel/
H A DMakefile7 asflags-y := $(KBUILD_CFLAGS)
/linux/arch/x86/entry/vdso/
H A DMakefile119 $(obj)/vdso32.so.dbg: asflags-$(CONFIG_X86_64) += -m32
/linux/Documentation/kbuild/
H A Dmakefiles.rst317 ccflags-y, asflags-y and ldflags-y
337 asflags-y specifies assembler options.
342 asflags-y := -ansi
351 subdir-ccflags-y, subdir-asflags-y
352 The two flags listed above are similar to ccflags-y and asflags-y.
362 ccflags-remove-y, asflags-remove-y
390 AFLAGS_$@ has the higher priority than asflags-remove-y; AFLAGS_$@
391 can re-add assembler flags that were removed by asflags-remove-y.