mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
d8809bac48
Rename MCR3000.* to mcr3000.* to be more in line with other boards. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
8 lines
190 B
Makefile
8 lines
190 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2010-2017 CS Systemes d'Information
|
|
# Christophe Leroy <christophe.leroy@c-s.fr>
|
|
#
|
|
|
|
obj-y += mcr3000.o
|
|
obj-$(CONFIG_CMD_NAND) += nand.o
|