]> git.sur5r.net Git - u-boot/blobdiff - net/Makefile
net: fastboot: Merge AOSP UDP fastboot
[u-boot] / net / Makefile
index d1e8e01f62fbfc9f114898d6c84e3a41bf5bac1c..07466879f501f77aea77853b9f2ba609f7ad64a7 100644 (file)
@@ -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)