]> git.sur5r.net Git - u-boot/blob - board/compulab/cm_t43/Makefile
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / board / compulab / cm_t43 / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Makefile
4 #
5 # Copyright (C) 2015 Compulab, Ltd.
6
7 ifdef CONFIG_SPL_BUILD
8 obj-y   += spl.o mux.o
9 else
10 obj-y   += cm_t43.o mux.o
11 endif