Mark.Zhan | a240a46 | 2006-05-06 17:04:20 +0800 | [diff] [blame] | 1 | # |
| 2 | # This file is subject to the terms and conditions of the GNU General Public |
| 3 | # License. See the file "COPYING" in the main directory of this archive |
| 4 | # for more details. |
| 5 | # |
| 6 | # Copyright 2006 Wind River System, Inc. |
| 7 | # Author: Rongkai.Zhan <rongkai.zhan@windriver.com> |
| 8 | # |
| 9 | # Makefile for the Wind River MIPS 4KC PPMC Eval Board |
| 10 | # |
| 11 | |
Mark.Zhan | 9247857 | 2006-06-20 18:15:02 +0800 | [diff] [blame] | 12 | obj-y += irq.o reset.o setup.o time.o pci.o |
Ralf Baechle | dde96ca | 2007-07-30 11:48:58 +0100 | [diff] [blame] | 13 | |
| 14 | EXTRA_CFLAGS += -Werror |