]> git.sur5r.net Git - u-boot/blob - board/compulab/cm_fx6/Makefile
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / 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