xref: /openbmc/u-boot/drivers/dfu/Makefile (revision 2d59ec84829ff339041667c857afe94d5160f4b4)
1 83d290c5STom Rini# SPDX-License-Identifier: GPL-2.0+
2 f22b11c1SLukasz Majewski#
3 f22b11c1SLukasz Majewski# Copyright (C) 2012 Samsung Electronics
4 f22b11c1SLukasz Majewski# Lukasz Majewski <l.majewski@samsung.com>
5 f22b11c1SLukasz Majewski
6 *2d59ec84SAndrew F. Davisobj-$(CONFIG_$(SPL_)DFU) += dfu.o
7 *2d59ec84SAndrew F. Davisobj-$(CONFIG_$(SPL_)DFU_MMC) += dfu_mmc.o
8 *2d59ec84SAndrew F. Davisobj-$(CONFIG_$(SPL_)DFU_NAND) += dfu_nand.o
9 *2d59ec84SAndrew F. Davisobj-$(CONFIG_$(SPL_)DFU_RAM) += dfu_ram.o
10 *2d59ec84SAndrew F. Davisobj-$(CONFIG_$(SPL_)DFU_SF) += dfu_sf.o
11 *2d59ec84SAndrew F. Davisobj-$(CONFIG_$(SPL_)DFU_TFTP) += dfu_tftp.o
12