Merge tag 'u-boot-clk-23Oct2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-clk
[oweals/u-boot.git] / 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