]> err.no Git - linux-2.6/blob - drivers/net/wireless/libertas/Makefile
Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linux
[linux-2.6] / drivers / net / wireless / libertas / Makefile
1 # EXTRA_CFLAGS += -Wpacked
2
3 usb8xxx-objs := main.o fw.o wext.o \
4                 rx.o tx.o cmd.o           \
5                 cmdresp.o scan.o          \
6                 join.o 11d.o              \
7                 ioctl.o debugfs.o         \
8                 ethtool.o assoc.o
9
10 ifeq ($(CONFIG_LIBERTAS_USB_DEBUG), y)
11 EXTRA_CFLAGS += -DDEBUG -DPROC_DEBUG
12 endif
13
14
15 # This is needed to support the newer boot2 bootloader (v >= 3104)
16 EXTRA_CFLAGS += -DSUPPORT_BOOT_COMMAND
17 usb8xxx-objs += if_bootcmd.o
18 usb8xxx-objs += if_usb.o
19
20 obj-$(CONFIG_LIBERTAS_USB) += usb8xxx.o
21