summaryrefslogtreecommitdiff
path: root/arch/mips/powertv/Makefile
diff options
context:
space:
mode:
authorDavid VomLehn <dvomlehn@cisco.com>2010-08-03 01:40:58 (GMT)
committerRalf Baechle <ralf@linux-mips.org>2010-08-05 12:26:34 (GMT)
commit0d365753d0b7c26043fdfa97790411606fb40112 (patch)
tree8ad3a06bf6c5299151a611d55c7e5b2a5d63fec6 /arch/mips/powertv/Makefile
parent5089ca9d31b0250f42ccd0e0a41b3547f22a20a0 (diff)
downloadlinux-fsl-qoriq-0d365753d0b7c26043fdfa97790411606fb40112.tar.xz
MIPS: PowerTV: Separate PowerTV USB support from non-USB code
Separate USB code into a file separate from asic/asic_devices. Separating the USB code from everything else in asic/asic_devices.c goes a long way toward reducing the use of that file as a dumping ground for everything that didn't seem to fit anywhere else. Signed-off-by: David VomLehn <dvomlehn@cisco.com> To: linux-mips@linux-mips.org Cc: greg@kroah.com Cc: linux-usb@vger.kernel.org Patchwork: http://patchwork.linux-mips.org/patch/1522/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/powertv/Makefile')
-rw-r--r--arch/mips/powertv/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/powertv/Makefile b/arch/mips/powertv/Makefile
index 506c4ca..baf6e90 100644
--- a/arch/mips/powertv/Makefile
+++ b/arch/mips/powertv/Makefile
@@ -26,4 +26,6 @@
obj-y += init.o ioremap.o memory.o powertv_setup.o reset.o time.o \
asic/ pci/
+obj-$(CONFIG_USB) += powertv-usb.o
+
EXTRA_CFLAGS += -Wall