summaryrefslogtreecommitdiffstats
path: root/net/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-06-08 13:11:40 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-06-17 08:28:29 +0200
commitcd81aa6e3b9181ffdbd8d91770407fa5f9e47aee (patch)
tree78e1ce4660dd8c43a05034e0af621bcd5abe53af /net/Makefile
parent232b46996c039e3a01bb8774fb9148616d94d8e9 (diff)
downloadbarebox-cd81aa6e3b9181ffdbd8d91770407fa5f9e47aee.tar.gz
barebox-cd81aa6e3b9181ffdbd8d91770407fa5f9e47aee.tar.xz
net: add dns support
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index e42a484f2e..66dc564dac 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -4,4 +4,5 @@ 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