Merge tag 'rpi-next-2020.07.2' of https://gitlab.denx.de/u-boot/custodians/u-boot...
[oweals/u-boot.git] / drivers / fastboot / Makefile
index e4bd389adf020fbe31366a64d98c4fceab0891db..048af5aa823436956142a536c5f7dcf1a8948726 100644 (file)
@@ -1,6 +1,7 @@
-# SPDX-License-Identifier:      GPL-2.0+
+# 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