| /linux-6.15/arch/arm64/kvm/hyp/ |
| H A D | Makefile | 7 subdir-asflags-y := -I$(incdir)
|
| /linux-6.15/arch/arm64/kvm/hyp/vhe/ |
| H A D | Makefile | 6 asflags-y := -D__KVM_VHE_HYPERVISOR__
|
| /linux-6.15/arch/sparc/prom/ |
| H A D | Makefile | 5 asflags := -ansi macro
|
| /linux-6.15/arch/sparc/mm/ |
| H A D | Makefile | 5 asflags-y := -ansi
|
| /linux-6.15/arch/nios2/boot/compressed/ |
| H A D | Makefile | 7 asflags-y :=
|
| /linux-6.15/arch/powerpc/ |
| H A D | Kbuild | 3 subdir-asflags-$(CONFIG_PPC_WERROR) := -Wa,--fatal-warnings
|
| /linux-6.15/arch/x86/math-emu/ |
| H A D | Makefile | 10 asflags-y += $(PARANOID)
|
| /linux-6.15/arch/alpha/lib/ |
| H A D | Makefile | 6 asflags-y := $(KBUILD_CFLAGS)
|
| /linux-6.15/scripts/ |
| H A D | Makefile.lib | 4 KBUILD_AFLAGS += $(subdir-asflags-y) 119 $(filter-out $(asflags-remove-y), \ 120 $(KBUILD_CPPFLAGS) $(KBUILD_AFLAGS) $(asflags-y)) \
|
| H A D | Makefile.build | 23 asflags-y := 29 subdir-asflags-y :=
|
| /linux-6.15/arch/parisc/kernel/vdso64/ |
| H A D | Makefile | 27 asflags-y := -D__VDSO64__ -s
|
| /linux-6.15/arch/parisc/kernel/vdso32/ |
| H A D | Makefile | 28 asflags-y := -D__VDSO32__ -s
|
| /linux-6.15/arch/m68k/coldfire/ |
| H A D | Makefile | 16 asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
|
| /linux-6.15/arch/x86/purgatory/ |
| H A D | Makefile | 73 asflags-remove-y += $(foreach x, -g -gdwarf-4 -gdwarf-5, $(x) -Wa,$(x))
|
| /linux-6.15/arch/sparc/lib/ |
| H A D | Makefile | 5 asflags-y := -ansi -DST_DIV0=0x02
|
| /linux-6.15/arch/arm64/kvm/hyp/nvhe/ |
| H A D | Makefile | 6 asflags-y := -D__KVM_NVHE_HYPERVISOR__ -D__DISABLE_EXPORTS
|
| /linux-6.15/arch/riscv/purgatory/ |
| H A D | Makefile | 98 asflags-remove-y += $(foreach x, -g -gdwarf-4 -gdwarf-5, $(x) -Wa,$(x))
|
| /linux-6.15/arch/arm/boot/compressed/ |
| H A D | Makefile | 101 asflags-y := -DZIMAGE
|
| /linux-6.15/arch/sparc/vdso/ |
| H A D | Makefile | 76 $(obj)/vdso32.so.dbg: asflags-$(CONFIG_SPARC64) += -m32
|
| /linux-6.15/arch/x86/boot/ |
| H A D | Makefile | 59 $(obj)/bzImage: asflags-y := $(SVGA_MODE)
|
| /linux-6.15/arch/sparc/kernel/ |
| H A D | Makefile | 7 asflags-y := -ansi
|
| /linux-6.15/arch/alpha/kernel/ |
| H A D | Makefile | 7 asflags-y := $(KBUILD_CFLAGS)
|
| /linux-6.15/arch/x86/entry/vdso/ |
| H A D | Makefile | 119 $(obj)/vdso32.so.dbg: asflags-$(CONFIG_X86_64) += -m32
|
| /linux-6.15/Documentation/kbuild/ |
| H A D | makefiles.rst | 317 ccflags-y, asflags-y and ldflags-y 334 asflags-y specifies assembler options. 339 asflags-y := -ansi 348 subdir-ccflags-y, subdir-asflags-y 349 The two flags listed above are similar to ccflags-y and asflags-y. 359 ccflags-remove-y, asflags-remove-y 387 AFLAGS_$@ has the higher priority than asflags-remove-y; AFLAGS_$@ 388 can re-add assembler flags that were removed by asflags-remove-y.
|