Searched refs:asflags (Results 1 – 22 of 22) sorted by relevance
7 subdir-asflags-y := -I$(incdir)
6 asflags-y := -D__KVM_VHE_HYPERVISOR__
5 asflags := -ansi macro
5 asflags-y := -ansi
7 asflags-y :=
10 asflags-y += $(PARANOID)
3 asflags-y += $(EXTRA_AFLAGS)9 KBUILD_AFLAGS += $(subdir-asflags-y)139 $(filter-out $(asflags-remove-y), \140 $(KBUILD_CPPFLAGS) $(KBUILD_AFLAGS) $(asflags-y)) \
27 asflags-y :=33 subdir-asflags-y :=
14 asflags-y := -D__VDSO64__ -s
6 asflags-y := $(KBUILD_CFLAGS)
14 asflags-y := -D__VDSO32__ -s
16 asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
5 asflags-y := -ansi -DST_DIV0=0x02
6 asflags-y := -D__KVM_NVHE_HYPERVISOR__ -D__DISABLE_EXPORTS
107 asflags-y := -DZIMAGE
7 asflags-y := -ansi
86 $(obj)/vdso32.so.dbg: asflags-$(CONFIG_SPARC64) += -m32
77 $(obj)/bzImage: asflags-y := $(SVGA_MODE)
7 asflags-y := $(KBUILD_CFLAGS)
151 $(obj)/vdso32.so.dbg: asflags-$(CONFIG_X86_64) += -m32
317 ccflags-y, asflags-y and ldflags-y337 asflags-y specifies assembler options.342 asflags-y := -ansi351 subdir-ccflags-y, subdir-asflags-y352 The two flags listed above are similar to ccflags-y and asflags-y.362 ccflags-remove-y, asflags-remove-y390 AFLAGS_$@ has the higher priority than asflags-remove-y; AFLAGS_$@391 can re-add assembler flags that were removed by asflags-remove-y.
348 asflags-y and ldflags-y").352 EXTRA_AFLAGS -> asflags-y
Completed in 35 milliseconds