u-boot/board/cssi/cmpc885/Makefile
Christophe Leroy 3155b0af4e board: cssi: Create dedicated file for common sources
In preparation of the new cssi board called cmpcpro which
we be introduce in a future patch, move common
functions into a dedicated file in a common directory.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
2023-04-28 17:52:23 +02:00

10 lines
246 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 ../common/common.o
obj-y += sdram.o
obj-$(CONFIG_CMD_NAND) += nand.o