]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/compulab/cm_fx6/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-tegra
[people/ms/u-boot.git] / board / compulab / cm_fx6 / Makefile
CommitLineData
e32028a7
NK
1#
2# (C) Copyright 2014 CompuLab, Ltd. <www.compulab.co.il>
3#
4# Authors: Nikita Kiryanov <nikita@compulab.co.il>
5#
6# SPDX-License-Identifier: GPL-2.0+
7#
8ifdef CONFIG_SPL_BUILD
9obj-y = common.o spl.o
10else
11obj-y = common.o cm_fx6.o
12endif