Merge tag 'efi-2020-07-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[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