summaryrefslogtreecommitdiffstats
path: root/net/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-06-03 13:01:31 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-06-17 08:28:29 +0200
commit232b46996c039e3a01bb8774fb9148616d94d8e9 (patch)
treefeb37547d69953edc10c72c47676278bf342e671 /net/Makefile
parent56d0e7f2747937ce5d5e1c7ca83add159d8d9534 (diff)
downloadbarebox-232b46996c039e3a01bb8774fb9148616d94d8e9.tar.gz
barebox-232b46996c039e3a01bb8774fb9148616d94d8e9.tar.xz
add netconsole 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 bba6f0e46d..e42a484f2e 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -4,3 +4,4 @@ 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_NETCONSOLE) += netconsole.o