]> git.sur5r.net Git - u-boot/blob - board/freescale/p1022ds/Makefile
9793853463c67f5b6d210f2bdd69dbfef52027a9
[u-boot] / board / freescale / p1022ds / Makefile
1 #
2 # Copyright 2010 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 ifdef CONFIG_SPL_BUILD
19 obj-y   += spl.o
20 endif
21 obj-y   += p1022ds.o
22 obj-y   += ddr.o
23 obj-$(CONFIG_FSL_DIU_FB) += diu.o
24 endif
25
26 obj-y   += law.o
27 obj-y   += tlb.o