summaryrefslogtreecommitdiffstats
path: root/net/Makefile
blob: 239b6280d90a4012d455f06ee60569fad5a3c935 (plain)
1
2
3
4
5
6
7
8
obj-$(CONFIG_NET_BOOTP)	+= bootp.o
obj-$(CONFIG_NET)	+= eth.o
obj-$(CONFIG_NET)	+= net.o
obj-$(CONFIG_NET_NFS)	+= nfs.o
obj-$(CONFIG_NET_RARP)	+= rarp.o
obj-$(CONFIG_NET_SNTP)	+= sntp.o
obj-$(CONFIG_NET_TFTP)	+= tftp.o
obj-$(CONFIG_NET_PING)	+= ping.o