Loading arch/alpha/kernel/Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ # extra-y := head.o vmlinux.lds EXTRA_AFLAGS := $(KBUILD_CFLAGS) EXTRA_CFLAGS := -Werror -Wno-sign-compare asflags-y := $(KBUILD_CFLAGS) ccflags-y := -Werror -Wno-sign-compare obj-y := entry.o traps.o process.o init_task.o osf_sys.o irq.o \ irq_alpha.o signal.o setup.o ptrace.o time.o \ Loading arch/alpha/lib/Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,8 @@ # Makefile for alpha-specific library files.. # EXTRA_AFLAGS := $(KBUILD_CFLAGS) EXTRA_CFLAGS := -Werror asflags-y := $(KBUILD_CFLAGS) ccflags-y := -Werror # Many of these routines have implementations tuned for ev6. # Choose them iff we're targeting ev6 specifically. Loading arch/alpha/math-emu/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # Makefile for the FPU instruction emulation. # EXTRA_CFLAGS := -w ccflags-y := -w obj-$(CONFIG_MATHEMU) += math-emu.o Loading arch/alpha/mm/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # Makefile for the linux alpha-specific parts of the memory manager. # EXTRA_CFLAGS := -Werror ccflags-y := -Werror obj-y := init.o fault.o extable.o Loading arch/alpha/oprofile/Makefile +1 −1 Original line number Diff line number Diff line EXTRA_CFLAGS := -Werror -Wno-sign-compare ccflags-y := -Werror -Wno-sign-compare obj-$(CONFIG_OPROFILE) += oprofile.o Loading Loading
arch/alpha/kernel/Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ # extra-y := head.o vmlinux.lds EXTRA_AFLAGS := $(KBUILD_CFLAGS) EXTRA_CFLAGS := -Werror -Wno-sign-compare asflags-y := $(KBUILD_CFLAGS) ccflags-y := -Werror -Wno-sign-compare obj-y := entry.o traps.o process.o init_task.o osf_sys.o irq.o \ irq_alpha.o signal.o setup.o ptrace.o time.o \ Loading
arch/alpha/lib/Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,8 @@ # Makefile for alpha-specific library files.. # EXTRA_AFLAGS := $(KBUILD_CFLAGS) EXTRA_CFLAGS := -Werror asflags-y := $(KBUILD_CFLAGS) ccflags-y := -Werror # Many of these routines have implementations tuned for ev6. # Choose them iff we're targeting ev6 specifically. Loading
arch/alpha/math-emu/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # Makefile for the FPU instruction emulation. # EXTRA_CFLAGS := -w ccflags-y := -w obj-$(CONFIG_MATHEMU) += math-emu.o Loading
arch/alpha/mm/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # Makefile for the linux alpha-specific parts of the memory manager. # EXTRA_CFLAGS := -Werror ccflags-y := -Werror obj-y := init.o fault.o extable.o Loading
arch/alpha/oprofile/Makefile +1 −1 Original line number Diff line number Diff line EXTRA_CFLAGS := -Werror -Wno-sign-compare ccflags-y := -Werror -Wno-sign-compare obj-$(CONFIG_OPROFILE) += oprofile.o Loading