summaryrefslogtreecommitdiffstats
path: root/net/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-09-27 14:56:02 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-09-28 16:24:02 +0200
commit838d48cef45863acf8208dffe9e624fa6f8ce6f5 (patch)
treeed02116544f23528183aaad278c60ecd64abda13 /net/Makefile
parentb51a11be845bd63f11b8348a68c0993d47e87466 (diff)
downloadbarebox-838d48cef45863acf8208dffe9e624fa6f8ce6f5.tar.gz
barebox-838d48cef45863acf8208dffe9e624fa6f8ce6f5.tar.xz
net: remove old tftp support
The old tftp suppoer has been replaced with filesystem based tftp support, so remove the old code. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile
index 66dc564dac..416e30ac35 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -2,7 +2,6 @@ obj-$(CONFIG_NET_DHCP) += dhcp.o
obj-$(CONFIG_NET) += eth.o
obj-$(CONFIG_NET) += net.o
obj-$(CONFIG_NET_NFS) += nfs.o
-obj-$(CONFIG_NET_TFTP) += tftp.o
obj-$(CONFIG_NET_PING) += ping.o
obj-$(CONFIG_NET_RESOLV)+= dns.o
obj-$(CONFIG_NET_NETCONSOLE) += netconsole.o