mirror of
https://github.com/torvalds/linux.git
synced 2024-12-23 11:21:33 +00:00
47445cb950
So that we can split up the file and still produce a module named orinoco.o. Signed-off-by: David Kilroy <kilroyd@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
14 lines
443 B
Makefile
14 lines
443 B
Makefile
#
|
|
# Makefile for the orinoco wireless device drivers.
|
|
#
|
|
orinoco-objs := main.o
|
|
|
|
obj-$(CONFIG_HERMES) += orinoco.o hermes.o hermes_dld.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
|