X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=net%2FMakefile;fp=net%2FMakefile;h=07466879f501f77aea77853b9f2ba609f7ad64a7;hb=f73a7df984a9820d9beb829b32ccb5c3d55dc152;hp=d1e8e01f62fbfc9f114898d6c84e3a41bf5bac1c;hpb=c232d14d11e29c88f2c6149d2c152f496caa5889;p=u-boot diff --git a/net/Makefile b/net/Makefile index d1e8e01f62..07466879f5 100644 --- a/net/Makefile +++ b/net/Makefile @@ -23,6 +23,7 @@ obj-$(CONFIG_CMD_PING) += ping.o obj-$(CONFIG_CMD_RARP) += rarp.o obj-$(CONFIG_CMD_SNTP) += sntp.o obj-$(CONFIG_CMD_TFTPBOOT) += tftp.o +obj-$(CONFIG_UDP_FUNCTION_FASTBOOT) += fastboot.o # Disable this warning as it is triggered by: # sprintf(buf, index ? "foo%d" : "foo", index)