summaryrefslogtreecommitdiffstats
path: root/qemu/roms/u-boot/drivers/dfu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/u-boot/drivers/dfu/Makefile')
-rw-r--r--qemu/roms/u-boot/drivers/dfu/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/qemu/roms/u-boot/drivers/dfu/Makefile b/qemu/roms/u-boot/drivers/dfu/Makefile
deleted file mode 100644
index def628dcd..000000000
--- a/qemu/roms/u-boot/drivers/dfu/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# Copyright (C) 2012 Samsung Electronics
-# Lukasz Majewski <l.majewski@samsung.com>
-#
-# SPDX-License-Identifier: GPL-2.0+
-#
-
-obj-$(CONFIG_DFU_FUNCTION) += dfu.o
-obj-$(CONFIG_DFU_MMC) += dfu_mmc.o
-obj-$(CONFIG_DFU_NAND) += dfu_nand.o
-obj-$(CONFIG_DFU_RAM) += dfu_ram.o