···22# Makefile for alpha-specific library files..33#4455-EXTRA_AFLAGS := $(KBUILD_CFLAGS)66-EXTRA_CFLAGS := -Werror55+asflags-y := $(KBUILD_CFLAGS)66+ccflags-y := -Werror7788# Many of these routines have implementations tuned for ev6.99# Choose them iff we're targeting ev6 specifically.
+1-1
arch/alpha/math-emu/Makefile
···22# Makefile for the FPU instruction emulation.33#4455-EXTRA_CFLAGS := -w55+ccflags-y := -w6677obj-$(CONFIG_MATHEMU) += math-emu.o88
+1-1
arch/alpha/mm/Makefile
···22# Makefile for the linux alpha-specific parts of the memory manager.33#4455-EXTRA_CFLAGS := -Werror55+ccflags-y := -Werror6677obj-y := init.o fault.o extable.o88