[MIPS] Use -Werror on subdirectories which build cleanly.
[deliverable/linux.git] / arch / mips / dec / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the DECstation family specific parts of the kernel
3#
4
64dac503
MR
5obj-y := ecc-berr.o int-handler.o ioasic-irq.o kn01-berr.o \
6 kn02-irq.o kn02xa-berr.o reset.o setup.o time.o
1da177e4
LT
7
8obj-$(CONFIG_PROM_CONSOLE) += promcon.o
33cf45b9 9obj-$(CONFIG_TC) += tc.o
1da177e4 10obj-$(CONFIG_CPU_HAS_WB) += wbflush.o
dde96ca8
RB
11
12EXTRA_CFLAGS += -Werror
This page took 0.359203 seconds and 5 git commands to generate.