Searched refs:asflags (Results 1 – 24 of 24) sorted by relevance
/Linux-v6.6/arch/arm64/kvm/hyp/ |
D | Makefile | 7 subdir-asflags-y := -I$(incdir)
|
/Linux-v6.6/arch/arm64/kvm/hyp/vhe/ |
D | Makefile | 6 asflags-y := -D__KVM_VHE_HYPERVISOR__
|
/Linux-v6.6/arch/sparc/prom/ |
D | Makefile | 5 asflags := -ansi macro
|
/Linux-v6.6/arch/sparc/mm/ |
D | Makefile | 5 asflags-y := -ansi
|
/Linux-v6.6/arch/nios2/boot/compressed/ |
D | Makefile | 7 asflags-y :=
|
/Linux-v6.6/arch/x86/math-emu/ |
D | Makefile | 10 asflags-y += $(PARANOID)
|
/Linux-v6.6/scripts/ |
D | Makefile.lib | 3 asflags-y += $(EXTRA_AFLAGS) 9 KBUILD_AFLAGS += $(subdir-asflags-y) 139 $(filter-out $(asflags-remove-y), \ 140 $(KBUILD_CPPFLAGS) $(KBUILD_AFLAGS) $(asflags-y)) \
|
D | Makefile.build | 27 asflags-y := 33 subdir-asflags-y :=
|
/Linux-v6.6/arch/parisc/kernel/vdso64/ |
D | Makefile | 14 asflags-y := -D__VDSO64__ -s
|
/Linux-v6.6/arch/alpha/lib/ |
D | Makefile | 6 asflags-y := $(KBUILD_CFLAGS)
|
/Linux-v6.6/arch/parisc/kernel/vdso32/ |
D | Makefile | 14 asflags-y := -D__VDSO32__ -s
|
/Linux-v6.6/arch/m68k/coldfire/ |
D | Makefile | 16 asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
|
/Linux-v6.6/arch/x86/purgatory/ |
D | Makefile | 81 asflags-remove-y += $(foreach x, -g -gdwarf-4 -gdwarf-5, $(x) -Wa,$(x))
|
/Linux-v6.6/arch/sparc/lib/ |
D | Makefile | 5 asflags-y := -ansi -DST_DIV0=0x02
|
/Linux-v6.6/arch/riscv/purgatory/ |
D | Makefile | 96 asflags-remove-y += $(foreach x, -g -gdwarf-4 -gdwarf-5, $(x) -Wa,$(x))
|
/Linux-v6.6/arch/arm64/kvm/hyp/nvhe/ |
D | Makefile | 6 asflags-y := -D__KVM_NVHE_HYPERVISOR__ -D__DISABLE_EXPORTS
|
/Linux-v6.6/arch/arm/boot/compressed/ |
D | Makefile | 107 asflags-y := -DZIMAGE
|
/Linux-v6.6/arch/sparc/kernel/ |
D | Makefile | 7 asflags-y := -ansi
|
/Linux-v6.6/arch/x86/boot/ |
D | Makefile | 75 $(obj)/bzImage: asflags-y := $(SVGA_MODE)
|
/Linux-v6.6/arch/sparc/vdso/ |
D | Makefile | 86 $(obj)/vdso32.so.dbg: asflags-$(CONFIG_SPARC64) += -m32
|
/Linux-v6.6/arch/alpha/kernel/ |
D | Makefile | 7 asflags-y := $(KBUILD_CFLAGS)
|
/Linux-v6.6/arch/x86/entry/vdso/ |
D | Makefile | 148 $(obj)/vdso32.so.dbg: asflags-$(CONFIG_X86_64) += -m32
|
/Linux-v6.6/Documentation/kbuild/ |
D | makefiles.rst | 317 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.
|
/Linux-v6.6/Documentation/dev-tools/ |
D | checkpatch.rst | 348 asflags-y and ldflags-y"). 352 EXTRA_AFLAGS -> asflags-y
|