X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=net%2FMakefile;h=e9cc8ada96a783ae18444c9f68a107bede6e0054;hb=ab27f30b6e9489e71643c9654dc8690d82973ec8;hp=942595021dad1cf3fccb27531bde72e20e0acd88;hpb=a7e8c15f71456d55ccb27f843862af03a00e0957;p=oweals%2Fu-boot.git diff --git a/net/Makefile b/net/Makefile index 942595021d..e9cc8ada96 100644 --- a/net/Makefile +++ b/net/Makefile @@ -7,6 +7,7 @@ #ccflags-y += -DDEBUG +obj-y += checksum.o obj-$(CONFIG_CMD_NET) += arp.o obj-$(CONFIG_CMD_NET) += bootp.o obj-$(CONFIG_CMD_CDP) += cdp.o