Archived
1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
archive/target/linux/generic/files/drivers/net/phy/b53/Makefile
Hauke Mehrtens f599ee4ad2 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
2013-09-25 21:44:28 +00:00

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