mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-08 16:26:58 +02:00
Instead of cross using cross-directory makefile directives, add a Makefile in board/cssi/common/ directory in order to benefit from HAVE_VENDOR_COMMON_LIB logic. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
9 lines
209 B
Makefile
9 lines
209 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2024 CS GROUP France
|
|
# Christophe Leroy <christophe.leroy@csgroup.eu>
|
|
#
|
|
|
|
obj-$(CONFIG_TARGET_CMPC885) += common.o
|
|
obj-$(CONFIG_TARGET_CMPCPRO) += common.o
|