mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-20 08:52:12 +01:00
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 <jerome.forissier@linaro.org>
This commit is contained in:
parent
0a9374deb8
commit
1c55e0370b
@ -1410,6 +1410,7 @@ F: net/
|
||||
NETWORK (LWIP)
|
||||
M: Jerome Forissier <jerome.forissier@linaro.org>
|
||||
S: Maintained
|
||||
F: cmd/lwip/
|
||||
F: cmd/net-lwip.c
|
||||
F: configs/qemu_arm64_lwip_defconfig
|
||||
F: drivers/net/sandbox-lwip.c
|
||||
|
||||
@ -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
|
||||
|
||||
1
cmd/lwip/Makefile
Normal file
1
cmd/lwip/Makefile
Normal file
@ -0,0 +1 @@
|
||||
obj-$(CONFIG_CMD_DNS) += dns.o
|
||||
@ -2,7 +2,6 @@ ccflags-y += -I$(srctree)/lib/lwip/lwip/src/include -I$(srctree)/lib/lwip/u-boot
|
||||
|
||||
obj-$(CONFIG_$(PHASE_)DM_ETH) += net-lwip.o
|
||||
obj-$(CONFIG_CMD_DHCP) += dhcp.o
|
||||
obj-$(CONFIG_CMD_DNS) += dns.o
|
||||
obj-$(CONFIG_CMD_PING) += ping.o
|
||||
obj-$(CONFIG_CMD_TFTPBOOT) += tftp.o
|
||||
obj-$(CONFIG_WGET) += wget.o
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user