summaryrefslogtreecommitdiff
path: root/net/Makefile
diff options
context:
space:
mode:
authorAndrew Goodbody <[email protected]>2025-12-12 11:32:27 +0000
committerJerome Forissier <[email protected]>2026-01-15 11:09:28 +0100
commit3bc1197e3d7c54bcbd2dfb481cb4a9ae47f3e8d3 (patch)
treef8b0473121fa817c6ee75b58a5a70309429230c2 /net/Makefile
parent046f553fe872317707055dd308a5f0e4baec910a (diff)
net: nfs: Move most NFS code to common files
Move most of the NFS code into common files so that it can be used by an lwIP port of NFS. Acked-by: Jerome Forissier <[email protected]> Signed-off-by: Andrew Goodbody <[email protected]>
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