]>
Commit | Line | Data |
---|---|---|
b5b06fb7 YS |
1 | # |
2 | # Copyright 2012 Freescale Semiconductor, Inc. | |
3 | # | |
1a459660 | 4 | # SPDX-License-Identifier: GPL-2.0+ |
b5b06fb7 YS |
5 | # |
6 | ||
c5dfe6ec | 7 | ifdef CONFIG_SPL_BUILD |
23d4e5ba | 8 | obj-y += spl.o |
c5dfe6ec | 9 | else |
377e1048 | 10 | obj-y += b4860qds.o |
d46a4a13 YS |
11 | obj-$(CONFIG_TARGET_B4860QDS) += eth_b4860qds.o |
12 | obj-$(CONFIG_TARGET_B4420QDS) += eth_b4860qds.o | |
23d4e5ba | 13 | obj-$(CONFIG_PCI) += pci.o |
c5dfe6ec PK |
14 | endif |
15 | ||
16 | obj-y += ddr.o | |
377e1048 MY |
17 | obj-y += law.o |
18 | obj-y += tlb.o |