mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
Reduce code duplication by adding a default implementation. Signed-off-by: Max Merchel <Max.Merchel@ew.tq-group.com> Signed-off-by: Alexander Feilke <alexander.feilke@ew.tq-group.com>
11 lines
291 B
Makefile
11 lines
291 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
#
|
|
# Copyright (c) 2016-2026 TQ-Systems GmbH <u-boot@ew.tq-group.com>,
|
|
# D-82229 Seefeld, Germany.
|
|
# Author: Markus Niebel
|
|
#
|
|
|
|
obj-$(CONFIG_TQ_COMMON_BB) += tq_bb.o
|
|
obj-$(CONFIG_TQ_COMMON_SOM) += tq_som.o
|
|
obj-$(CONFIG_TQ_COMMON_SDMMC) += tq_sdmmc.o
|