Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason...
[deliverable/linux.git] / drivers / net / wireless / intersil / orinoco / Makefile
1 #
2 # Makefile for the orinoco wireless device drivers.
3 #
4 orinoco-objs := main.o fw.o hw.o mic.o scan.o wext.o hermes_dld.o hermes.o cfg.o
5
6 obj-$(CONFIG_HERMES) += orinoco.o
7 obj-$(CONFIG_PCMCIA_HERMES) += orinoco_cs.o
8 obj-$(CONFIG_APPLE_AIRPORT) += airport.o
9 obj-$(CONFIG_PLX_HERMES) += orinoco_plx.o
10 obj-$(CONFIG_PCI_HERMES) += orinoco_pci.o
11 obj-$(CONFIG_TMD_HERMES) += orinoco_tmd.o
12 obj-$(CONFIG_NORTEL_HERMES) += orinoco_nortel.o
13 obj-$(CONFIG_PCMCIA_SPECTRUM) += spectrum_cs.o
14 obj-$(CONFIG_ORINOCO_USB) += orinoco_usb.o
15
16 # Orinoco should be endian clean.
17 ccflags-y += -D__CHECK_ENDIAN__
This page took 0.032765 seconds and 5 git commands to generate.