mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 21:02:19 +00:00
0224cde212
The internal GPHYs need a firmware blob to function properly. This patch adds the code needed to request the blob and load it to the PHY. Signed-off-by: John Crispin <blogic@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/4523
4 lines
101 B
Makefile
4 lines
101 B
Makefile
obj-y := prom.o sysctrl.o clk.o reset.o dma.o gptu.o
|
|
|
|
obj-$(CONFIG_XRX200_PHY_FW) += xrx200_phy_fw.o
|