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 | |
David VomLehn | ca36c36 | 2010-05-21 11:25:36 -0700 | [diff] [blame] | 26 | obj-y += init.o ioremap.o memory.o powertv_setup.o reset.o time.o \ |
| 27 | asic/ pci/ |
David VomLehn | a3a0f8c | 2009-08-30 17:15:11 -0700 | [diff] [blame] | 28 | |
David VomLehn | 0d36575 | 2010-08-02 18:40:58 -0700 | [diff] [blame] | 29 | obj-$(CONFIG_USB) += powertv-usb.o |
| 30 | |
matt mooney | e372630 | 2011-01-14 06:12:31 -0800 | [diff] [blame] | 31 | ccflags-y := -Wall |