Initial commit
This commit is contained in:
10
target/linux/generic/files/drivers/net/phy/b53/Makefile
Normal file
10
target/linux/generic/files/drivers/net/phy/b53/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
obj-$(CONFIG_SWCONFIG_B53) += b53_common.o
|
||||
|
||||
obj-$(CONFIG_SWCONFIG_B53_PHY_FIXUP) += b53_phy_fixup.o
|
||||
|
||||
obj-$(CONFIG_SWCONFIG_B53_MMAP_DRIVER) += b53_mmap.o
|
||||
obj-$(CONFIG_SWCONFIG_B53_SRAB_DRIVER) += b53_srab.o
|
||||
obj-$(CONFIG_SWCONFIG_B53_PHY_DRIVER) += b53_mdio.o
|
||||
obj-$(CONFIG_SWCONFIG_B53_SPI_DRIVER) += b53_spi.o
|
||||
|
||||
ccflags-y += -Werror
|
||||
Reference in New Issue
Block a user