blob: 902da22e67ee7970f18649c4b70e764db02362eb [file] [log] [blame]
# SPDX-License-Identifier: GPL-2.0+
obj-y += fb_common.o
ifndef CONFIG_FSL_FASTBOOT
obj-y += fb_command.o
obj-y += fb_getvar.o
obj-$(CONFIG_FASTBOOT_FLASH_MMC) += fb_mmc.o
obj-$(CONFIG_FASTBOOT_FLASH_NAND) += fb_nand.o
else
obj-y += fb_fsl/
endif