]> git.sur5r.net Git - u-boot/blob - board/renesas/alt/Makefile
Merge git://git.denx.de/u-boot-usb
[u-boot] / board / renesas / alt / Makefile
1 #
2 # board/renesas/alt/Makefile
3 #
4 # Copyright (C) 2014 Renesas Electronics Corporation
5 #
6 # SPDX-License-Identifier: GPL-2.0
7 #
8
9 ifdef CONFIG_SPL_BUILD
10 obj-y   := alt_spl.o
11 else
12 obj-y   := alt.o qos.o
13 endif