aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/drivers/net/phy/b53/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2013-09-25 21:44:28 +0000
committerHauke Mehrtens <hauke@openwrt.org>2013-09-25 21:44:28 +0000
commit8e9dab5d1c929047beb61684b5bd036fa38b6012 (patch)
tree6d35cef765af0fb1a111b5ff977ccdde82dced0e /target/linux/generic/files/drivers/net/phy/b53/Makefile
parent63d8d86449c5b4e64d6bb71b8bacd768e356dbf2 (diff)
downloadupstream-8e9dab5d1c929047beb61684b5bd036fa38b6012.tar.gz
upstream-8e9dab5d1c929047beb61684b5bd036fa38b6012.tar.bz2
upstream-8e9dab5d1c929047beb61684b5bd036fa38b6012.zip
kernel: b53: add Register Access Bridge Registers (SRAB) interface
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
Diffstat (limited to 'target/linux/generic/files/drivers/net/phy/b53/Makefile')
-rw-r--r--target/linux/generic/files/drivers/net/phy/b53/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/files/drivers/net/phy/b53/Makefile b/target/linux/generic/files/drivers/net/phy/b53/Makefile
index 146196e088..7cc39c7628 100644
--- a/target/linux/generic/files/drivers/net/phy/b53/Makefile
+++ b/target/linux/generic/files/drivers/net/phy/b53/Makefile
@@ -3,6 +3,7 @@ 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