aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/drivers/net/phy/b53/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-09-25 21:44:28 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2013-09-25 21:44:28 +0000
commitc75a970337175d123c3989f473052f4919b5fd91 (patch)
tree56dbaa1ed0511da36dba89ac48032f482a680f39 /target/linux/generic/files/drivers/net/phy/b53/Makefile
parentfc79d210e0e70047309806c84aca02a00ae577b8 (diff)
downloadupstream-c75a970337175d123c3989f473052f4919b5fd91.tar.gz
upstream-c75a970337175d123c3989f473052f4919b5fd91.tar.bz2
upstream-c75a970337175d123c3989f473052f4919b5fd91.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> SVN-Revision: 38198
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