2a4c8080c53c87510200b3e7c4b924f84b9fab0c
[openwrt/openwrt.git] / target / linux / brcm47xx / modules.mk
1 #
2 # Copyright (C) 2006-2012 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define KernelPackage/bgmac
9 TITLE:=Broadcom bgmac driver
10 KCONFIG:=CONFIG_BGMAC
11 DEPENDS:=@TARGET_brcm47xx @!TARGET_brcm47xx_legacy
12 SUBMENU:=$(NETWORK_DEVICES_MENU)
13 FILES:=$(LINUX_DIR)/drivers/net/ethernet/broadcom/bgmac.ko
14 AUTOLOAD:=$(call AutoLoad,19,bgmac,1)
15 endef
16
17 define KernelPackage/bgmac/description
18 Kernel modules for Broadcom bgmac Ethernet adapters.
19 endef
20
21 $(eval $(call KernelPackage,bgmac))