summaryrefslogtreecommitdiff
path: root/board/compulab/cl-som-imx7/Makefile
blob: 35cf2c13562da2d4660741271e8fb404ce5c9a95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Makefile
#
# (C) Copyright 2017 CompuLab, Ltd. http://www.compulab.com
#
# Author: Uri Mashiach <[email protected]>
#
# SPDX-License-Identifier:     GPL-2.0+
#

obj-y := mux.o common.o

ifdef CONFIG_XPL_BUILD
obj-y  += spl.o
else
obj-y  += cl-som-imx7.o
endif