summaryrefslogtreecommitdiff
path: root/drivers/dfu/Makefile
diff options
context:
space:
mode:
authorLukasz Majewski <l.majewski@majess.pl>2015-08-23 22:21:45 (GMT)
committerMarek Vasut <marex@denx.de>2015-09-07 11:41:04 (GMT)
commit2d50d68a4ca1cce82899c9f0cfca17edf34bb254 (patch)
treed42ffac23fb45c1ebe07d6ec2e5cad4ad8b281b7 /drivers/dfu/Makefile
parent66a647238215b207addc8c9ad22f3816078a7934 (diff)
downloadu-boot-2d50d68a4ca1cce82899c9f0cfca17edf34bb254.tar.xz
dfu: tftp: update: Provide tftp support for the DFU subsystem
This commit adds initial support for using tftp for downloading and upgrading firmware on the device. Signed-off-by: Lukasz Majewski <l.majewski@majess.pl> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'drivers/dfu/Makefile')
-rw-r--r--drivers/dfu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dfu/Makefile b/drivers/dfu/Makefile
index cebea30..61f2b71 100644
--- a/drivers/dfu/Makefile
+++ b/drivers/dfu/Makefile
@@ -10,3 +10,4 @@ obj-$(CONFIG_DFU_MMC) += dfu_mmc.o
obj-$(CONFIG_DFU_NAND) += dfu_nand.o
obj-$(CONFIG_DFU_RAM) += dfu_ram.o
obj-$(CONFIG_DFU_SF) += dfu_sf.o
+obj-$(CONFIG_DFU_TFTP) += dfu_tftp.o