Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
[oweals/u-boot.git] / board / compulab / cm_fx6 / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # (C) Copyright 2014 CompuLab, Ltd. <www.compulab.co.il>
4 #
5 # Authors: Nikita Kiryanov <nikita@compulab.co.il>
6 ifdef CONFIG_SPL_BUILD
7 obj-y = common.o spl.o
8 else
9 obj-y = common.o cm_fx6.o
10 endif