summaryrefslogtreecommitdiff
path: root/net/Makefile
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-01-15 08:50:53 -0600
committerTom Rini <[email protected]>2026-01-15 08:50:53 -0600
commit5665d1f4e7cfd6895417d199dd7db73500c5d36c (patch)
treea57a8ba13152f9416a756b85a2e0abee8e288304 /net/Makefile
parentd503633a36767d756c7de28305cf0de79440cbc0 (diff)
parentb61d7d95cc62525060f0d05881bdaaf994a55b11 (diff)
Merge tag 'net-20260115' of https://source.denx.de/u-boot/custodians/u-boot-net
Pull request net-20260115. CI: https://source.denx.de/u-boot/custodians/u-boot-net/-/pipelines/29008 net: - phy: micrel KSZ9031 and KSZ9021 fixes - phy: marvell10g fix - Fix "net stats" help - Add Microsemi/Microchip MDIO driver - tftpput: Rework to exclude code from xPL phases net-legacy: - Some refactoring to help with lwIP NF support net-lwip: - Add NFS support
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 468820186cf..3a32bc8b0e7 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -43,6 +43,7 @@ obj-$(CONFIG_$(PHASE_)DM_ETH) += eth-uclass.o
obj-$(CONFIG_$(PHASE_)BOOTDEV_ETH) += eth_bootdev.o
obj-$(CONFIG_DM_MDIO) += mdio-uclass.o
obj-$(CONFIG_DM_MDIO_MUX) += mdio-mux-uclass.o
+obj-$(CONFIG_CMD_NFS) += nfs-common.o
obj-$(CONFIG_$(PHASE_)DM_ETH) += eth_common.o
obj-y += net-common.o
endif