]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/compulab/cm_fx6/Makefile
Merge git://git.denx.de/u-boot-socfpga
[people/ms/u-boot.git] / board / compulab / cm_fx6 / Makefile
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 #
8 ifdef CONFIG_SPL_BUILD
9 obj-y = common.o spl.o
10 else
11 obj-y = common.o cm_fx6.o
12 endif