Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/
DMakefile7 subdir-asflags-y := -I$(incdir)
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/vhe/
DMakefile6 asflags-y := -D__KVM_VHE_HYPERVISOR__
/kernel/linux/linux-5.10/scripts/
DMakefile.lib3 asflags-y += $(EXTRA_AFLAGS)
21 KBUILD_AFLAGS += $(subdir-asflags-y)
132 $(filter-out $(asflags-remove-y), \
133 $(KBUILD_CPPFLAGS) $(KBUILD_AFLAGS) $(asflags-y)) \
DMakefile.build28 asflags-y :=
33 subdir-asflags-y :=
/kernel/linux/linux-5.10/arch/sparc/prom/
DMakefile5 asflags := -ansi macro
/kernel/linux/linux-5.10/arch/nios2/boot/compressed/
DMakefile7 asflags-y :=
/kernel/linux/linux-5.10/arch/sparc/mm/
DMakefile5 asflags-y := -ansi
/kernel/linux/linux-5.10/arch/arm/mach-tegra/
DMakefile2 asflags-y += -march=armv7-a
/kernel/linux/linux-5.10/arch/x86/math-emu/
DMakefile10 asflags-y += $(PARANOID)
/kernel/linux/linux-5.10/arch/powerpc/kernel/vdso64/
DMakefile17 asflags-y := -D__VDSO64__ -s
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/nvhe/
DMakefile6 asflags-y := -D__KVM_NVHE_HYPERVISOR__
/kernel/linux/linux-5.10/arch/alpha/lib/
DMakefile6 asflags-y := $(KBUILD_CFLAGS)
/kernel/linux/linux-5.10/arch/powerpc/kernel/vdso32/
DMakefile29 asflags-y := -D__VDSO32__ -s
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
DMakefile.s3c64xx7 asflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include
/kernel/linux/linux-5.10/arch/m68k/coldfire/
DMakefile16 asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
/kernel/linux/linux-5.10/arch/sparc/lib/
DMakefile5 asflags-y := -ansi -DST_DIV0=0x02
/kernel/linux/linux-5.10/arch/sparc/vdso/
DMakefile86 $(obj)/vdso32.so.dbg: asflags-$(CONFIG_SPARC64) += -m32
/kernel/linux/linux-5.10/arch/sparc/kernel/
DMakefile7 asflags-y := -ansi
/kernel/linux/linux-5.10/arch/x86/boot/
DMakefile76 $(obj)/bzImage: asflags-y := $(SVGA_MODE)
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
DMakefile128 asflags-y := -DZIMAGE
/kernel/linux/linux-5.10/arch/alpha/kernel/
DMakefile7 asflags-y := $(KBUILD_CFLAGS)
/kernel/linux/linux-5.10/arch/x86/entry/vdso/
DMakefile144 $(obj)/vdso32.so.dbg: asflags-$(CONFIG_X86_64) += -m32
/kernel/linux/linux-5.10/Documentation/kbuild/
Dmakefiles.rst327 ccflags-y, asflags-y and ldflags-y
347 asflags-y specifies assembler options.
352 asflags-y := -ansi
361 subdir-ccflags-y, subdir-asflags-y
362 The two flags listed above are similar to ccflags-y and asflags-y.
372 ccflags-remove-y, asflags-remove-y
402 AFLAGS_$@ has the higher priority than asflags-remove-y; AFLAGS_$@
403 can re-add assembler flags that were removed by asflags-remove-y.