9
0
Fork 0

rename bootp.c to dhcp.c

This commit is contained in:
Sascha Hauer 2009-08-19 15:28:44 +02:00
parent 211f9b336a
commit 87048e4a66
2 changed files with 1 additions and 1 deletions

View File

@ -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