-
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.
yaml --- r: 79371 b: refs/heads/master c: 03b2977 h: refs/heads/master i: 79369: 3dfd43a 79367: 82d8aa7 v: v3
- Loading branch information
Michael Buesch
authored and
David S. Miller
committed
Jan 28, 2008
1 parent
eafb37a
commit 8f76c81
Showing
9 changed files
with
22 additions
and
253 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 993e1c780b323736a2cdc24564f35e80ce8d3337 | ||
refs/heads/master: 03b29773b613f10d2f97dbf0983f1c4c58507967 |
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 |
---|---|---|
@@ -1,21 +1,14 @@ | ||
# b43 core | ||
b43-y += main.o | ||
b43-y += tables.o | ||
b43-y += phy.o | ||
b43-y += sysfs.o | ||
b43-y += xmit.o | ||
b43-y += lo.o | ||
b43-y += wa.o | ||
# b43 RFKILL button support | ||
b43-y += dma.o | ||
b43-$(CONFIG_B43_RFKILL) += rfkill.o | ||
# b43 LED support | ||
b43-$(CONFIG_B43_LEDS) += leds.o | ||
# b43 PCMCIA support | ||
b43-$(CONFIG_B43_PCMCIA) += pcmcia.o | ||
# b43 debugging | ||
b43-$(CONFIG_B43_DEBUG) += debugfs.o | ||
# b43 DMA and PIO | ||
b43-$(CONFIG_B43_DMA) += dma.o | ||
b43-$(CONFIG_B43_PIO) += pio.o | ||
|
||
obj-$(CONFIG_B43) += b43.o |
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 |
---|---|---|
|
@@ -34,7 +34,6 @@ | |
#include "main.h" | ||
#include "debugfs.h" | ||
#include "dma.h" | ||
#include "pio.h" | ||
#include "xmit.h" | ||
|
||
|
||
|
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
Oops, something went wrong.