summaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/Makefile
diff options
context:
space:
mode:
authorChris Metcalf2012-05-09 19:58:14 +0200
committerChris Metcalf2012-07-18 22:40:29 +0200
commit47fc28bff82a4dd5f6b41c97e335d10fc78a8e9a (patch)
tree829b845956f9f5f6b2997424fa1d6d72244b0d1b /arch/tile/kernel/Makefile
parentarch/tile: provide kernel support for the tilegx USB shim (diff)
downloadkernel-qcow2-linux-47fc28bff82a4dd5f6b41c97e335d10fc78a8e9a.tar.gz
kernel-qcow2-linux-47fc28bff82a4dd5f6b41c97e335d10fc78a8e9a.tar.xz
kernel-qcow2-linux-47fc28bff82a4dd5f6b41c97e335d10fc78a8e9a.zip
usb: add host support for the tilegx architecture
This change adds OHCI and EHCI support for the tilegx's on-chip USB hardware. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/kernel/Makefile')
-rw-r--r--arch/tile/kernel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/tile/kernel/Makefile b/arch/tile/kernel/Makefile
index 49d4ce3cd7f4..5334be8e2538 100644
--- a/arch/tile/kernel/Makefile
+++ b/arch/tile/kernel/Makefile
@@ -19,3 +19,4 @@ obj-$(CONFIG_PCI) += pci_gx.o
else
obj-$(CONFIG_PCI) += pci.o
endif
+obj-$(CONFIG_TILE_USB) += usb.o