mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-01 03:33:14 +01:00
11 lines
270 B
Makefile
11 lines
270 B
Makefile
#
|
|
# Copyright (C) 2012 Samsung Electronics
|
|
# Lukasz Majewski <l.majewski@samsung.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_DFU_FUNCTION) += dfu.o
|
|
obj-$(CONFIG_DFU_MMC) += dfu_mmc.o
|
|
obj-$(CONFIG_DFU_NAND) += dfu_nand.o
|
|
obj-$(CONFIG_DFU_RAM) += dfu_ram.o
|