mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
dec59d6faf
Just compile it into the orinoco module. If we merge USB support, the module can then be split as appropriate. Signed-off-by: David Kilroy <kilroyd@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
13 lines
473 B
Makefile
13 lines
473 B
Makefile
#
|
|
# Makefile for the orinoco wireless device drivers.
|
|
#
|
|
orinoco-objs := main.o fw.o hw.o mic.o scan.o wext.o hermes_dld.o hermes.o
|
|
|
|
obj-$(CONFIG_HERMES) += orinoco.o
|
|
obj-$(CONFIG_PCMCIA_HERMES) += orinoco_cs.o
|
|
obj-$(CONFIG_APPLE_AIRPORT) += airport.o
|
|
obj-$(CONFIG_PLX_HERMES) += orinoco_plx.o
|
|
obj-$(CONFIG_PCI_HERMES) += orinoco_pci.o
|
|
obj-$(CONFIG_TMD_HERMES) += orinoco_tmd.o
|
|
obj-$(CONFIG_NORTEL_HERMES) += orinoco_nortel.o
|
|
obj-$(CONFIG_PCMCIA_SPECTRUM) += spectrum_cs.o
|