mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
The SRAB interface is used on BCM4707 and BCM5301X SoCs. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38198 3c298f89-4303-0410-b956-a3cf2f4a3e73
11 lines
281 B
Makefile
11 lines
281 B
Makefile
obj-$(CONFIG_B53) += b53_common.o
|
|
|
|
obj-$(CONFIG_B53_PHY_FIXUP) += b53_phy_fixup.o
|
|
|
|
obj-$(CONFIG_B53_MMAP_DRIVER) += b53_mmap.o
|
|
obj-$(CONFIG_B53_SRAB_DRIVER) += b53_srab.o
|
|
obj-$(CONFIG_B53_PHY_DRIVER) += b53_mdio.o
|
|
obj-$(CONFIG_B53_SPI_DRIVER) += b53_spi.o
|
|
|
|
ccflags-y += -Werror
|