summaryrefslogtreecommitdiffstats
path: root/net/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:45 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:45 +0200
commit4de169907f5624420cb550df45366c4e86fc801a (patch)
treef09e377914300185c1c0e761d0ae536d66cfece3 /net/Makefile
parente0622a85d21fdf8e19ea1540009e2f093344611c (diff)
downloadbarebox-4de169907f5624420cb550df45366c4e86fc801a.tar.gz
barebox-4de169907f5624420cb550df45366c4e86fc801a.tar.xz
svn_rev_345
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile
index c100e4ffe2..239b6280d9 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,4 +1,4 @@
-obj-$(CONFIG_NET) += bootp.o
+obj-$(CONFIG_NET_BOOTP) += bootp.o
obj-$(CONFIG_NET) += eth.o
obj-$(CONFIG_NET) += net.o
obj-$(CONFIG_NET_NFS) += nfs.o