]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/dfu/Makefile
dfu: Fix up the Kconfig mess
[people/ms/u-boot.git] / drivers / dfu / Makefile
index cebea30ac3c3a039a4c5e2c658016296c00daca0..7f35871ddc610c7550c14d1359a8d5cf82823500 100644 (file)
@@ -5,8 +5,9 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-obj-$(CONFIG_USB_FUNCTION_DFU) += dfu.o
+obj-$(CONFIG_DFU) += dfu.o
 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