]> Git Repo - u-boot.git/blob - lib/fwu_updates/Makefile
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
[u-boot.git] / lib / fwu_updates / Makefile
1 # SPDX-License-Identifier: GPL-2.0-or-later
2 #
3 # Copyright (c) 2022, Linaro Limited
4 #
5
6 obj-$(CONFIG_FWU_MULTI_BANK_UPDATE) += fwu.o
7 obj-$(CONFIG_FWU_MDATA_GPT_BLK) += fwu_gpt.o
8 obj-$(CONFIG_FWU_MDATA_MTD) += fwu_mtd.o
9 obj-$(CONFIG_FWU_MDATA_V1) += fwu_v1.o
10 obj-$(CONFIG_FWU_MDATA_V2) += fwu_v2.o
This page took 0.030391 seconds and 4 git commands to generate.