diff options
| author | Jerome Forissier <[email protected]> | 2025-06-25 15:19:10 +0200 |
|---|---|---|
| committer | Jerome Forissier <[email protected]> | 2025-07-08 11:07:37 +0200 |
| commit | 1c55e0370b2fbde433daa3035ca0976858effd6d (patch) | |
| tree | 8621137cba0572304d24ed66c79692a14e62b2c3 /cmd/Makefile | |
| parent | 0a9374deb8040d11393f1007ab106ffd9a0464a2 (diff) | |
lwip: move net/lwip/dns.c to cmd/lwip
Prepare to split the dns command from cmd/net-lwip.c by moving the
implementation from net/lwip/dns.c to cmd/lwip.
Signed-off-by: Jerome Forissier <[email protected]>
Diffstat (limited to 'cmd/Makefile')
| -rw-r--r-- | cmd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Makefile b/cmd/Makefile index 80cf70b7fe8..9c5bfc91659 100644 --- a/cmd/Makefile +++ b/cmd/Makefile @@ -134,6 +134,7 @@ ifdef CONFIG_NET obj-$(CONFIG_CMD_NET) += net.o net-common.o else ifdef CONFIG_NET_LWIP obj-$(CONFIG_CMD_NET) += net-lwip.o net-common.o +obj-y += lwip/ endif obj-$(CONFIG_ENV_SUPPORT) += nvedit.o obj-$(CONFIG_CMD_NVEDIT_EFI) += nvedit_efi.o |
