diff --git a/net/Makefile b/net/Makefile index 4aebd82e6..df775be9c 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 diff --git a/net/bootp.c b/net/dhcp.c similarity index 100% rename from net/bootp.c rename to net/dhcp.c