Merge tag 'efi-2020-07-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / board / compulab / cl-som-imx7 / Makefile
1 #
2 # Makefile
3 #
4 # (C) Copyright 2017 CompuLab, Ltd. http://www.compulab.com
5 #
6 # Author: Uri Mashiach <uri.mashiach@compulab.co.il>
7 #
8 # SPDX-License-Identifier:     GPL-2.0+
9 #
10
11 obj-y := mux.o common.o
12
13 ifdef CONFIG_SPL_BUILD
14 obj-y  += spl.o
15 else
16 obj-y  += cl-som-imx7.o
17 endif