arm: am57xx: cl-som-am57x: add initial board support
[platform/kernel/u-boot.git] / board / compulab / cl-som-am57x / Makefile
1 #
2 # Makefile
3 #
4 # (C) Copyright 2016 CompuLab, Ltd. <www.compulab.co.il>
5 #
6 # Author: Dmitry Lifshitz <lifshitz@compulab.co.il>
7 #
8 # SPDX-License-Identifier:     GPL-2.0+
9 #
10
11 ifdef CONFIG_SPL_BUILD
12 obj-y   += spl.o mux.o
13 else
14 obj-y   += cl-som-am57x.o mux.o
15 endif