Home
last modified time | relevance | path

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

/linux/scripts/
A DMakefile.lib3 asflags-y += $(EXTRA_AFLAGS)
9 KBUILD_AFLAGS += $(subdir-asflags-y)
137 $(filter-out $(asflags-remove-y), \
138 $(KBUILD_CPPFLAGS) $(KBUILD_AFLAGS) $(asflags-y)) \
A DMakefile.build27 asflags-y :=
32 subdir-asflags-y :=
/linux/arch/arm64/kvm/hyp/
A DMakefile7 subdir-asflags-y := -I$(incdir)
/linux/arch/arm64/kvm/hyp/vhe/
A DMakefile6 asflags-y := -D__KVM_VHE_HYPERVISOR__
/linux/arch/sparc/prom/
A DMakefile5 asflags := -ansi macro
/linux/arch/sparc/mm/
A DMakefile5 asflags-y := -ansi
/linux/arch/nios2/boot/compressed/
A DMakefile7 asflags-y :=
/linux/arch/arm/mach-tegra/
A DMakefile2 asflags-y += -march=armv7-a
/linux/arch/x86/math-emu/
A DMakefile10 asflags-y += $(PARANOID)
/linux/arch/alpha/lib/
A DMakefile6 asflags-y := $(KBUILD_CFLAGS)
/linux/arch/m68k/coldfire/
A DMakefile16 asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
/linux/arch/arm/mach-s3c/
A DMakefile.s3c64xx7 asflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include
/linux/arch/powerpc/kernel/vdso64/
A DMakefile37 asflags-y := -D__VDSO64__ -s
/linux/arch/powerpc/kernel/vdso32/
A DMakefile43 asflags-y := -D__VDSO32__ -s
/linux/arch/sparc/lib/
A DMakefile5 asflags-y := -ansi -DST_DIV0=0x02
/linux/arch/arm64/kvm/hyp/nvhe/
A DMakefile6 asflags-y := -D__KVM_NVHE_HYPERVISOR__ -D__DISABLE_EXPORTS
/linux/arch/x86/boot/
A DMakefile76 $(obj)/bzImage: asflags-y := $(SVGA_MODE)
/linux/arch/sparc/vdso/
A DMakefile86 $(obj)/vdso32.so.dbg: asflags-$(CONFIG_SPARC64) += -m32
/linux/arch/sparc/kernel/
A DMakefile7 asflags-y := -ansi
/linux/arch/arm/boot/compressed/
A DMakefile112 asflags-y := -DZIMAGE
/linux/arch/alpha/kernel/
A DMakefile7 asflags-y := $(KBUILD_CFLAGS)
/linux/arch/x86/entry/vdso/
A DMakefile145 $(obj)/vdso32.so.dbg: asflags-$(CONFIG_X86_64) += -m32
/linux/Documentation/kbuild/
A Dmakefiles.rst391 ccflags-y, asflags-y and ldflags-y
411 asflags-y specifies assembler options.
416 asflags-y := -ansi
425 subdir-ccflags-y, subdir-asflags-y
426 The two flags listed above are similar to ccflags-y and asflags-y.
436 ccflags-remove-y, asflags-remove-y
464 AFLAGS_$@ has the higher priority than asflags-remove-y; AFLAGS_$@
465 can re-add assembler flags that were removed by asflags-remove-y.
/linux/Documentation/dev-tools/
A Dcheckpatch.rst348 asflags-y and ldflags-y").
352 EXTRA_AFLAGS -> asflags-y

Completed in 30 milliseconds