summaryrefslogtreecommitdiff
path: root/cmd/lwip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/lwip/Makefile')
-rw-r--r--cmd/lwip/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/lwip/Makefile b/cmd/lwip/Makefile
new file mode 100644
index 00000000000..a7f8976af3f
--- /dev/null
+++ b/cmd/lwip/Makefile
@@ -0,0 +1,6 @@
+obj-$(CONFIG_CMD_DHCP) += dhcp.o
+obj-$(CONFIG_CMD_DNS) += dns.o
+obj-$(CONFIG_CMD_PING) += ping.o
+obj-$(CONFIG_CMD_SNTP) += sntp.o
+obj-$(CONFIG_CMD_TFTPBOOT) += tftp.o
+obj-$(CONFIG_CMD_WGET) += wget.o