diff options
| author | David Kilroy <kilroyd@googlemail.com> | 2009-02-04 18:05:50 -0500 |
|---|---|---|
| committer | John W. Linville <linville@tuxdriver.com> | 2009-02-11 11:44:28 -0500 |
| commit | fb791b1cfb74937332a22d6bf06eed7866fbcc3c (patch) | |
| tree | 8c593b87e886ed5a5facb7d95aae3db04988d0a2 /drivers/net/wireless/orinoco/Makefile | |
| parent | aea48b1529c6c4d39af82fc36728da49668392c6 (diff) | |
orinoco: Move scan helpers to a separate file
No functional change.
Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/orinoco/Makefile')
| -rw-r--r-- | drivers/net/wireless/orinoco/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/orinoco/Makefile b/drivers/net/wireless/orinoco/Makefile index d2ac78559728..efde451a687d 100644 --- a/drivers/net/wireless/orinoco/Makefile +++ b/drivers/net/wireless/orinoco/Makefile | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Makefile for the orinoco wireless device drivers. | 2 | # Makefile for the orinoco wireless device drivers. |
| 3 | # | 3 | # |
| 4 | orinoco-objs := main.o | 4 | orinoco-objs := main.o scan.o |
| 5 | 5 | ||
| 6 | obj-$(CONFIG_HERMES) += orinoco.o hermes.o hermes_dld.o | 6 | obj-$(CONFIG_HERMES) += orinoco.o hermes.o hermes_dld.o |
| 7 | obj-$(CONFIG_PCMCIA_HERMES) += orinoco_cs.o | 7 | obj-$(CONFIG_PCMCIA_HERMES) += orinoco_cs.o |
