mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
53193a4f07
CS Systemes d'Information (CSSI) manufactures two boards, named MCR3000 and CMPC885 which are respectively based on MPC866 and MPC885 processors. This patch adds support for the first board. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
10 lines
194 B
Makefile
10 lines
194 B
Makefile
#
|
|
# Copyright (C) 2010-2017 CS Systemes d'Information
|
|
# Christophe Leroy <christophe.leroy@c-s.fr>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
#
|
|
|
|
obj-y += MCR3000.o
|
|
obj-$(CONFIG_CMD_NAND) += nand.o
|