]> git.sur5r.net Git - u-boot/blob - board/freescale/bsc9132qds/Makefile
54193350afd36b74fe1ea14075d0249e3c78c28a
[u-boot] / board / freescale / bsc9132qds / Makefile
1 #
2 # Copyright 2013 Freescale Semiconductor, Inc.
3 #
4 # SPDX-License-Identifier:      GPL-2.0+
5 #
6
7 MINIMAL=
8
9 ifdef CONFIG_SPL_BUILD
10 ifdef CONFIG_SPL_INIT_MINIMAL
11 MINIMAL=y
12 endif
13 endif
14
15 ifdef MINIMAL
16 obj-y   += spl_minimal.o
17 else
18 obj-y   += bsc9132qds.o
19 obj-y   += ddr.o
20 endif
21
22 obj-y   += law.o
23 obj-y   += tlb.o