summaryrefslogtreecommitdiffstats
path: root/net/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-08-19 15:28:44 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-10-13 11:02:15 +0200
commit87048e4a66cc250d859c0274b162c3975b4fe14a (patch)
treea37f8aa4d8ed4ca960f1c1eb046e115c5f32611a /net/Makefile
parent211f9b336ade276ea3a703955e21b3ed971c856a (diff)
downloadbarebox-87048e4a66cc250d859c0274b162c3975b4fe14a.tar.gz
barebox-87048e4a66cc250d859c0274b162c3975b4fe14a.tar.xz
rename bootp.c to dhcp.c
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 4aebd82e67..df775be9ca 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,4 +1,4 @@
-obj-$(CONFIG_NET_DHCP) += bootp.o
+obj-$(CONFIG_NET_DHCP) += dhcp.o
obj-$(CONFIG_NET) += eth.o
obj-$(CONFIG_NET) += net.o
obj-$(CONFIG_NET_NFS) += nfs.o