Newer
Older
barebox / net / Makefile
obj-$(CONFIG_NET_DHCP)	+= dhcp.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_TFTP)	+= tftp.o
obj-$(CONFIG_NET_PING)	+= ping.o