]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - board/compulab/cm_fx6/Makefile
dm: imx: Move cm_fx6 to use driver model for serial and GPIO
[karo-tx-uboot.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