xref: /openbmc/u-boot/board/cssi/MCR3000/Makefile (revision 53193a4f)
1*53193a4fSChristophe Leroy#
2*53193a4fSChristophe Leroy# Copyright (C) 2010-2017 CS Systemes d'Information
3*53193a4fSChristophe Leroy# Christophe Leroy <christophe.leroy@c-s.fr>
4*53193a4fSChristophe Leroy#
5*53193a4fSChristophe Leroy# SPDX-License-Identifier:	GPL-2.0+
6*53193a4fSChristophe Leroy#
7*53193a4fSChristophe Leroy#
8*53193a4fSChristophe Leroy
9*53193a4fSChristophe Leroyobj-y += MCR3000.o
10*53193a4fSChristophe Leroyobj-$(CONFIG_CMD_NAND) += nand.o
11