mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 14:06:02 +01: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
|