Home
last modified time | relevance | path

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

/linux-4.1.27/arch/metag/tbx/
DMakefile5 asflags-y += -mmetac=2.1 -Wa,-mfpu=metac21 -mdsp
6 asflags-$(CONFIG_SMP) += -DTBX_PERCPU_SP_SAVE
/linux-4.1.27/arch/sparc/prom/
DMakefile4 asflags := -ansi macro
/linux-4.1.27/arch/arm/mach-at91/
DMakefile5 asflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include
/linux-4.1.27/arch/nios2/boot/compressed/
DMakefile6 asflags-y :=
/linux-4.1.27/arch/sparc/mm/
DMakefile4 asflags-y := -ansi
/linux-4.1.27/arch/cris/boot/compressed/
DMakefile5 asflags-y += $(LINUXINCLUDE)
/linux-4.1.27/scripts/
DMakefile.lib2 asflags-y += $(EXTRA_AFLAGS)
9 export KBUILD_SUBDIR_ASFLAGS := $(KBUILD_SUBDIR_ASFLAGS) $(subdir-asflags-y)
108 $(asflags-y) $(AFLAGS_$(basetarget).o)
DMakefile.build25 asflags-y :=
30 subdir-asflags-y :=
/linux-4.1.27/arch/arm/mach-tegra/
DMakefile1 asflags-y += -march=armv7-a
/linux-4.1.27/arch/powerpc/kernel/vdso64/
DMakefile15 asflags-y := -D__VDSO64__ -s
/linux-4.1.27/arch/powerpc/kernel/vdso32/
DMakefile22 asflags-y := -D__VDSO32__ -s
/linux-4.1.27/arch/alpha/lib/
DMakefile5 asflags-y := $(KBUILD_CFLAGS)
/linux-4.1.27/arch/unicore32/boot/compressed/
DMakefile14 asflags-y := -Wa,-march=all
/linux-4.1.27/arch/cris/boot/rescue/
DMakefile11 asflags-y += $(LINUXINCLUDE)
/linux-4.1.27/arch/m68k/coldfire/
DMakefile15 asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
/linux-4.1.27/arch/sparc/lib/
DMakefile4 asflags-y := -ansi -DST_DIV0=0x02
/linux-4.1.27/arch/sparc/kernel/
DMakefile6 asflags-y := -ansi
/linux-4.1.27/arch/arm/boot/compressed/
DMakefile112 asflags-y := -DZIMAGE
/linux-4.1.27/arch/alpha/kernel/
DMakefile6 asflags-y := $(KBUILD_CFLAGS)
/linux-4.1.27/arch/x86/boot/
DMakefile64 $(obj)/bzImage: asflags-y := $(SVGA_MODE)
/linux-4.1.27/arch/x86/vdso/
DMakefile149 $(vdso32-images:%=$(obj)/%.dbg): asflags-$(CONFIG_X86_64) += -m32
/linux-4.1.27/Documentation/kbuild/
Dmakefiles.txt288 ccflags-y, asflags-y and ldflags-y
307 asflags-y specifies options for assembling with $(AS).
311 asflags-y := -ansi
319 subdir-ccflags-y, subdir-asflags-y
320 The two flags listed above are similar to ccflags-y and asflags-y.