diff options
Diffstat (limited to 'arch/mips/wrppmc/Makefile')
-rw-r--r-- | arch/mips/wrppmc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/mips/wrppmc/Makefile b/arch/mips/wrppmc/Makefile index b49d282bee8a..307cc6920ce6 100644 --- a/arch/mips/wrppmc/Makefile +++ b/arch/mips/wrppmc/Makefile | |||
@@ -6,9 +6,7 @@ | |||
6 | # Copyright 2006 Wind River System, Inc. | 6 | # Copyright 2006 Wind River System, Inc. |
7 | # Author: Rongkai.Zhan <rongkai.zhan@windriver.com> | 7 | # Author: Rongkai.Zhan <rongkai.zhan@windriver.com> |
8 | # | 8 | # |
9 | # Makefile for the Wind River MIPS 4KC PPMC Eval Board | 9 | # Makefile for the Wind River MIPS 4Kc PPMC Eval Board |
10 | # | 10 | # |
11 | 11 | ||
12 | obj-y += irq.o pci.o reset.o serial.o setup.o time.o | 12 | obj-y += irq.o pci.o reset.o serial.o setup.o time.o |
13 | |||
14 | EXTRA_CFLAGS += -Werror | ||