Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220013
b: refs/heads/master
c: 0761043
h: refs/heads/master
i:
  220011: 5e891f3
v: v3
  • Loading branch information
Henry Ptasinski authored and Greg Kroah-Hartman committed Sep 30, 2010
1 parent c2bf958 commit 58dd84b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 28 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: 8727a644289c77f988398f1136380f72a3df3fbb
refs/heads/master: 07610433d980d91a96a9675253a95b1b6c1331ca
43 changes: 16 additions & 27 deletions trunk/drivers/staging/brcm80211/brcmfmac/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,38 +16,28 @@
# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

ccflags-y := \
-DLINUX \
-DARP_OFFLOAD_SUPPORT \
-DBCMDBG \
-DBCMDRIVER \
-DBCMDONGLEHOST \
-DDHDTHREAD \
-DBCMWPA2 \
-DUNRELEASEDCHIP \
-Dlinux \
-DDHD_SDALIGN=64 \
-DMAX_HDR_READ=64 \
-DDHD_FIRSTREAD=64 \
-DDHD_GPL \
-DDHD_SCHED \
-DBDC \
-DTOE \
-DDHD_BCMEVENTS \
-DSHOW_EVENTS \
-DBCMSDIO \
-DDHD_GPL \
-DBCMLXSDMMC \
-DBCMPLATFORM_BUS \
-DOEM_CHROMIUMOS \
-DEMBEDDED_PLATFORM \
-DARP_OFFLOAD_SUPPORT \
-DPKT_FILTER_SUPPORT \
-DBCMSDIO \
-DBCMWPA2 \
-DBDC \
-DBRCM_FULLMAC \
-DCONFIG_CFG80211 \
-DMMC_SDIO_ABORT \
-DDHD_DEBUG_TRAP \
-DBCMDBG \
-DDHD_DEBUG \
-DDHD_FIRSTREAD=64 \
-DDHD_SCHED \
-DDHD_SDALIGN=64 \
-DEMBEDDED_PLATFORM \
-DLINUX \
-DMAX_HDR_READ=64 \
-DMMC_SDIO_ABORT \
-DPKT_FILTER_SUPPORT \
-DSHOW_EVENTS \
-DTOE \
-Idrivers/staging/brcm80211/brcmfmac \
-Idrivers/staging/brcm80211/brcmfmac/include \
-Idrivers/staging/brcm80211/include \
-Idrivers/staging/brcm80211/util

Expand All @@ -56,7 +46,6 @@ DHDOFILES = dhd_linux.o linux_osl.o bcmutils.o dhd_common.o dhd_custom_gpio.o \
dhd_linux_sched.o dhd_cdc.o bcmsdh_sdmmc.o bcmsdh.o bcmsdh_linux.o \
bcmsdh_sdmmc_linux.o

#obj-$(CONFIG_BRCMFMAC) += brcmfmac.o
obj-m += brcmfmac.o
brcmfmac-objs += $(DHDOFILES)
EXTRA_LDFLAGS += --strip-debug

0 comments on commit 58dd84b

Please sign in to comment.