Commit 7ae4323c authored by Richard Henderson's avatar Richard Henderson

[ALPHA] Turn on -Werror in alpha subdirectories.

parent a968ee1f
......@@ -3,8 +3,8 @@
#
EXTRA_TARGETS := head.o
EXTRA_AFLAGS := $(CFLAGS)
CFLAGS += -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 semaphore.o \
......
......@@ -3,6 +3,8 @@
#
EXTRA_AFLAGS := $(CFLAGS)
CFLAGS += -Werror
L_TARGET := lib.a
# Many of these routines have implementations tuned for ev6.
......
......@@ -2,6 +2,8 @@
# Makefile for the linux alpha-specific parts of the memory manager.
#
CFLAGS += -Werror
obj-y := init.o fault.o extable.o remap.o
obj-$(CONFIG_DISCONTIGMEM) += numa.o
CFLAGS += -Werror -Wno-sign-compare
obj-$(CONFIG_OPROFILE) += oprofile.o
DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment