-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
orinoco: Move sources to a subdirectory
Keeping all the orinoco drivers in a common directory will make maintenance easier. Signed-off by: David Kilroy <kilroyd@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
- Loading branch information
David Kilroy
authored and
John W. Linville
committed
Nov 10, 2008
1 parent
5166ccd
commit b2e53b3
Showing
17 changed files
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# | ||
# Makefile for the orinoco wireless device drivers. | ||
# | ||
|
||
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 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.