mmc: davinci: fix mmc boot in SPL
[oweals/u-boot.git] / board / renesas / porter / Makefile
1 #
2 # board/renesas/porter/Makefile
3 #
4 # Copyright (C) 2015 Renesas Electronics Corporation
5 # Copyright (C) 2015 Cogent Embedded, Inc.
6 #
7 # SPDX-License-Identifier: GPL-2.0
8 #
9
10 ifdef CONFIG_SPL_BUILD
11 obj-y   := porter_spl.o
12 else
13 obj-y   := porter.o qos.o
14 endif