mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-06-21 09:02:25 +02:00
9 lines
305 B
Makefile
9 lines
305 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-y += fb_common.o
|
|
obj-y += fb_getvar.o
|
|
obj-y += fb_command.o
|
|
obj-$(CONFIG_FASTBOOT_ECIES_AUTH) += fb_ecies.o
|
|
obj-$(CONFIG_FASTBOOT_FLASH_MMC) += fb_mmc.o
|
|
obj-$(CONFIG_FASTBOOT_FLASH_NAND) += fb_nand.o
|
|
obj-$(CONFIG_FASTBOOT_CMD_OEM_NV_OPERATION) += fb_nv_operation.o
|