u-boot/board/cssi/cmpc885/Makefile
Christophe Leroy 60dcbecfe0 board: cssi: Use HAVE_VENDOR_COMMON_LIB logic
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>
2024-04-18 15:47:46 +02:00

11 lines
227 B
Makefile

# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2010-2020 CS Group
# Charles Frey <charles.frey@c-s.fr>
# Christophe Leroy <christophe.leroy@c-s.fr>
#
obj-y += cmpc885.o
obj-y += sdram.o
obj-$(CONFIG_CMD_NAND) += nand.o