mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
3155b0af4e
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>
10 lines
246 B
Makefile
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
|