summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/Makefile
blob: 0ddfb5b5d53ca83942d74f1a7796587c4c8b9fd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the Broadcom network device drivers.
#

obj-$(CONFIG_B44) += b44.o
obj-$(CONFIG_BCM4908_ENET) += bcm4908_enet.o
obj-$(CONFIG_BCM63XX_ENET) += bcm63xx_enet.o
obj-$(CONFIG_BCMGENET) += genet/
obj-$(CONFIG_BNX2) += bnx2.o
obj-$(CONFIG_CNIC) += cnic.o
obj-$(CONFIG_BNX2X) += bnx2x/
obj-$(CONFIG_SB1250_MAC) += sb1250-mac.o
obj-$(CONFIG_TIGON3) += tg3.o
obj-$(CONFIG_BGMAC) += bgmac.o
obj-$(CONFIG_BGMAC_BCMA) += bgmac-bcma.o bgmac-bcma-mdio.o
obj-$(CONFIG_BGMAC_PLATFORM) += bgmac-platform.o
obj-$(CONFIG_SYSTEMPORT) += bcmsysport.o
obj-$(CONFIG_BNXT) += bnxt/
d>Johannes Berg 2017-06-14wireless: wext: remove ndo_do_ioctl fallbackJohannes Berg 2017-01-13wext: uninline stream addition functionsJohannes Berg 2016-08-08Revert "wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel"Johannes Berg 2016-06-09wext: Fix 32 bit iwpriv compatibility issue with 64 bit KernelPrasun Maiti 2016-04-05wext: unregister_pernet_subsys() on notifier registration failureJohannes Berg 2016-01-29cfg80211/wext: fix message orderingJohannes Berg 2016-01-29wext: fix message delay/orderingJohannes Berg 2012-09-05wext: include wireless event id when it has a size problemArend van Spriel 2012-04-15net: cleanup unsigned to unsigned intEric Dumazet 2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2012-04-09net/wireless/wext-core.c: add missing kfreeJulia Lawall 2012-04-01wireless: Stop using NLA_PUT*().David S. Miller 2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker 2010-11-24net/wireless: Use pr_<level> and netdev_<level>Joe Perches 2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller