~ubuntu-branches/ubuntu/natty/linux-backports-modules-2.6.38/natty-updates

« back to all changes in this revision

Viewing changes to updates/cw-2.6.39/drivers/net/wireless/libertas/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Tim Gardner, Tim Gardner
  • Date: 2011-06-08 10:44:09 UTC
  • Revision ID: james.westby@ubuntu.com-20110608104409-fnl8carkdo15bwsz
Tags: 2.6.38-10.6
[ Tim Gardner ]

Shorten compat-wireless package name to cw to accomodate
CDROM file name length restrictions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
libertas-y += cfg.o
 
2
libertas-y += cmd.o
 
3
libertas-y += cmdresp.o
 
4
libertas-y += debugfs.o
 
5
libertas-y += ethtool.o
 
6
libertas-y += main.o
 
7
libertas-y += rx.o
 
8
libertas-y += tx.o
 
9
libertas-$(CONFIG_LIBERTAS_MESH) += mesh.o
 
10
 
 
11
usb8xxx-objs += if_usb.o
 
12
libertas_cs-objs += if_cs.o
 
13
libertas_sdio-objs += if_sdio.o
 
14
libertas_spi-objs += if_spi.o
 
15
 
 
16
obj-$(CONFIG_LIBERTAS)     += libertas.o
 
17
obj-$(CONFIG_LIBERTAS_USB) += usb8xxx.o
 
18
obj-$(CONFIG_LIBERTAS_CS)  += libertas_cs.o
 
19
obj-$(CONFIG_LIBERTAS_SDIO) += libertas_sdio.o
 
20
obj-$(CONFIG_LIBERTAS_SPI) += libertas_spi.o