~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/net/usb/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
obj-$(CONFIG_USB_USBNET)        += usbnet.o
24
24
obj-$(CONFIG_USB_NET_INT51X1)   += int51x1.o
25
25
obj-$(CONFIG_USB_CDC_PHONET)    += cdc-phonet.o
 
26
obj-$(CONFIG_USB_NET_KALMIA)    += kalmia.o
26
27
obj-$(CONFIG_USB_IPHETH)        += ipheth.o
27
28
obj-$(CONFIG_USB_SIERRA_NET)    += sierra_net.o
28
29
obj-$(CONFIG_USB_NET_CX82310_ETH)       += cx82310_eth.o
29
30
obj-$(CONFIG_USB_NET_CDC_NCM)   += cdc_ncm.o
 
31
obj-$(CONFIG_USB_VL600)         += lg-vl600.o
30
32