aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/drivers/fastboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/drivers/fastboot/Makefile')
-rw-r--r--roms/u-boot/drivers/fastboot/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/fastboot/Makefile b/roms/u-boot/drivers/fastboot/Makefile
new file mode 100644
index 000000000..048af5aa8
--- /dev/null
+++ b/roms/u-boot/drivers/fastboot/Makefile
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0+
+
+obj-y += fb_common.o
+obj-y += fb_getvar.o
+obj-y += fb_command.o
+obj-$(CONFIG_FASTBOOT_FLASH_MMC) += fb_mmc.o
+obj-$(CONFIG_FASTBOOT_FLASH_NAND) += fb_nand.o