Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235634
b: refs/heads/master
c: d8941ea
h: refs/heads/master
v: v3
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed Jan 21, 2011
1 parent 66daa33 commit 7c9d6e8
Show file tree
Hide file tree
Showing 37 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5e72615c130d8fe9800711be2d713caeaa2d4a64
refs/heads/master: d8941ea65ac3e0200e960957125be50f245d164c
3 changes: 3 additions & 0 deletions trunk/drivers/staging/brcm80211/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
# OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

# one and only common flag
subdir-ccflags-y := -DBCMDBG

obj-$(CONFIG_BRCMFMAC) += brcmfmac/
obj-$(CONFIG_BRCMSMAC) += brcmsmac/
2 changes: 0 additions & 2 deletions trunk/drivers/staging/brcm80211/brcmfmac/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

ccflags-y := \
-DARP_OFFLOAD_SUPPORT \
-DBCMDBG \
-DBCMLXSDMMC \
-DBCMPLATFORM_BUS \
-DBCMSDIO \
Expand Down Expand Up @@ -60,4 +59,3 @@ DHDOFILES = \

obj-m += brcmfmac.o
brcmfmac-objs += $(DHDOFILES)

28 changes: 13 additions & 15 deletions trunk/drivers/staging/brcm80211/brcmsmac/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

ccflags-y := \
-DBCMDBG \
-DWLC_HIGH \
-DWLC_LOW \
-DSTA \
Expand All @@ -25,25 +24,24 @@ ccflags-y := \
-DDBAND \
-DBCMDMA32 \
-DBCMNVRAMR \
-Idrivers/staging/brcm80211/brcmsmac \
-Idrivers/staging/brcm80211/brcmsmac/sys \
-Idrivers/staging/brcm80211/brcmsmac \
-Idrivers/staging/brcm80211/brcmsmac/phy \
-Idrivers/staging/brcm80211/util \
-Idrivers/staging/brcm80211/include

BRCMSMAC_OFILES := \
sys/wl_mac80211.o \
sys/wl_ucode_loader.o \
sys/wlc_alloc.o \
sys/wlc_ampdu.o \
sys/wlc_antsel.o \
sys/wlc_bmac.o \
sys/wlc_channel.o \
sys/wlc_event.o \
sys/wlc_mac80211.o \
sys/wlc_phy_shim.o \
sys/wlc_rate.o \
sys/wlc_stf.o \
wl_mac80211.o \
wl_ucode_loader.o \
wlc_alloc.o \
wlc_ampdu.o \
wlc_antsel.o \
wlc_bmac.o \
wlc_channel.o \
wlc_event.o \
wlc_mac80211.o \
wlc_phy_shim.o \
wlc_rate.o \
wlc_stf.o \
phy/wlc_phy_cmn.o \
phy/wlc_phy_lcn.o \
phy/wlc_phy_n.o \
Expand Down

0 comments on commit 7c9d6e8

Please sign in to comment.