aboutsummaryrefslogtreecommitdiff
path: root/drivers/dfu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dfu/Makefile')
-rw-r--r--drivers/dfu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dfu/Makefile b/drivers/dfu/Makefile
index 5cc535efdd..cebea30ac3 100644
--- a/drivers/dfu/Makefile
+++ b/drivers/dfu/Makefile
@@ -5,7 +5,7 @@
# SPDX-License-Identifier: GPL-2.0+
#
-obj-$(CONFIG_DFU_FUNCTION) += dfu.o
+obj-$(CONFIG_USB_FUNCTION_DFU) += dfu.o
obj-$(CONFIG_DFU_MMC) += dfu_mmc.o
obj-$(CONFIG_DFU_NAND) += dfu_nand.o
obj-$(CONFIG_DFU_RAM) += dfu_ram.o