]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/freescale/bsc9131rdb/Makefile
mx6sxsabresd: Remove empty reset_cpu()
[people/ms/u-boot.git] / board / freescale / bsc9131rdb / Makefile
1 #
2 # Copyright 2011-2012 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
17 obj-y += spl_minimal.o tlb.o law.o
18
19 else
20
21 obj-y += bsc9131rdb.o
22 obj-y += ddr.o
23 obj-y += law.o
24 obj-y += tlb.o
25 #obj-y += bsc9131rdb_mux.o
26
27 endif