mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-12 04:56:02 +01:00
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>
11 lines
246 B
Makefile
11 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
|