Newer
Older
barebox / net / Makefile
@Sascha Hauer Sascha Hauer on 5 Jul 2007 252 bytes svn_rev_345
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