]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/powerpc/cpu/mpc83xx/Makefile
powerpc/mpc8349: Use generic mpc85xx DDR driver
[people/ms/u-boot.git] / arch / powerpc / cpu / mpc83xx / Makefile
CommitLineData
f046ccd1 1#
f9328639
MB
2# (C) Copyright 2006
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
511d0c72 4#
f046ccd1
EL
5# Copyright 2004 Freescale Semiconductor, Inc.
6#
1a459660 7# SPDX-License-Identifier: GPL-2.0+
f046ccd1
EL
8#
9
06f60ae3
SW
10MINIMAL=
11
12ifdef CONFIG_SPL_BUILD
13ifdef CONFIG_SPL_INIT_MINIMAL
14MINIMAL=y
15endif
16endif
17
06c14117 18extra-y = start.o
f046ccd1 19
06f60ae3
SW
20ifdef MINIMAL
21
06c14117 22obj-y += spl_minimal.o
06f60ae3
SW
23
24else
25
06c14117
MY
26obj-y += traps.o
27obj-y += cpu.o
28obj-y += cpu_init.o
29obj-y += speed.o
30obj-y += interrupts.o
31obj-y += ecc.o
32obj-$(CONFIG_QE) += qe_io.o
33obj-$(CONFIG_FSL_SERDES) += serdes.o
34obj-$(CONFIG_PCI) += pci.o
35obj-$(CONFIG_PCIE) += pcie.o
36obj-$(CONFIG_OF_LIBFDT) += fdt.o
a796cdf9 37
25315683 38# Stub implementations of cache management functions for USB
06c14117 39obj-y += cache.o
25315683 40
1df99080 41ifndef CONFIG_SYS_FSL_DDRC_GEN2
06c14117 42obj-y += spd_sdram.o
d29d17d7 43endif
5614e71b 44obj-$(CONFIG_SYS_FSL_DDR2) += law.o
d29d17d7 45
06f60ae3 46endif # not minimal