X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=net%2FMakefile;h=2a700c8401c4c1e84f45dafa17b08db80a7709e7;hb=2f760735c170c854ffca76be5607cec5c56fdc4f;hp=826544f05f912567652766aef9c680437280b87d;hpb=9565bd7c6f4241af746fd67ee5c8406a99c148b3;p=oweals%2Fu-boot.git diff --git a/net/Makefile b/net/Makefile index 826544f05f..2a700c8401 100644 --- a/net/Makefile +++ b/net/Makefile @@ -22,6 +22,7 @@ obj-$(CONFIG_CMD_LINK_LOCAL) += link_local.o obj-$(CONFIG_NET) += net.o obj-$(CONFIG_CMD_NFS) += nfs.o obj-$(CONFIG_CMD_PING) += ping.o +obj-$(CONFIG_CMD_PCAP) += pcap.o obj-$(CONFIG_CMD_RARP) += rarp.o obj-$(CONFIG_CMD_SNTP) += sntp.o obj-$(CONFIG_CMD_TFTPBOOT) += tftp.o