mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-10 01:06:59 +02: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>
11 lines
227 B
Makefile
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
|