summaryrefslogtreecommitdiffstats
path: root/net/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-10-13 11:19:28 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-10-13 11:19:28 +0200
commit146f9b6e5b90380db3407a88518193ef78bbe72e (patch)
tree1af48589e1ff88be3685cd4d483662ff9cc0b86e /net/Makefile
parent1d73a42006b0ae3d81a901778b0fb12d85406bbd (diff)
downloadbarebox-146f9b6e5b90380db3407a88518193ef78bbe72e.tar.gz
barebox-146f9b6e5b90380db3407a88518193ef78bbe72e.tar.xz
remove sntp support. Has been broken for long enough
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 df775be9ca..0ffc8959c1 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -3,6 +3,5 @@ obj-$(CONFIG_NET) += eth.o
obj-$(CONFIG_NET) += net.o
obj-$(CONFIG_NET_NFS) += nfs.o
obj-$(CONFIG_NET_RARP) += rarp.o
-obj-$(CONFIG_NET_SNTP) += sntp.o
obj-$(CONFIG_NET_TFTP) += tftp.o
obj-$(CONFIG_NET_PING) += ping.o