David VomLehn | a3a0f8c | 2009-08-30 17:15:11 -0700 | [diff] [blame^] | 1 | # |
| 2 | # Carsten Langgaard, carstenl@mips.com |
| 3 | # Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved. |
| 4 | # |
| 5 | # Carsten Langgaard, carstenl@mips.com |
| 6 | # Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved. |
| 7 | # Portions copyright (C) 2009 Cisco Systems, Inc. |
| 8 | # |
| 9 | # This program is free software; you can distribute it and/or modify it |
| 10 | # under the terms of the GNU General Public License (Version 2) as |
| 11 | # published by the Free Software Foundation. |
| 12 | # |
| 13 | # This program is distributed in the hope it will be useful, but WITHOUT |
| 14 | # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
| 15 | # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
| 16 | # for more details. |
| 17 | # |
| 18 | # You should have received a copy of the GNU General Public License along |
| 19 | # with this program; if not, write to the Free Software Foundation, Inc., |
| 20 | # 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. |
| 21 | # |
| 22 | # Makefile for the Cisco PowerTV-specific kernel interface routines |
| 23 | # under Linux. |
| 24 | # |
| 25 | |
| 26 | obj-y += cmdline.o init.o memory.o reset.o time.o powertv_setup.o asic/ pci/ |
| 27 | |
| 28 | EXTRA_CFLAGS += -Wall -Werror |