]> git.sur5r.net Git - u-boot/blob - board/compulab/cm_t43/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-usb
[u-boot] / board / compulab / cm_t43 / Makefile
1 #
2 # Makefile
3 #
4 # Copyright (C) 2015 Compulab, Ltd.
5 #
6 # SPDX-License-Identifier:      GPL-2.0+
7 #
8
9 ifdef CONFIG_SPL_BUILD
10 obj-y   += spl.o mux.o
11 else
12 obj-y   += cm_t43.o mux.o
13 endif