Makefile 258 B

1234567
  1. # SPDX-License-Identifier: GPL-2.0+
  2. obj-y += fb_common.o
  3. obj-$(CONFIG_UDP_FUNCTION_FASTBOOT) += fb_getvar.o
  4. obj-$(CONFIG_UDP_FUNCTION_FASTBOOT) += fb_command.o
  5. obj-$(CONFIG_FASTBOOT_FLASH_MMC) += fb_mmc.o
  6. obj-$(CONFIG_FASTBOOT_FLASH_NAND) += fb_nand.o