xref: /openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/Makefile (revision 83d290c56fab2d38cd1ab4c4cc7099559c1d5046)
1da58dec8STom Rini# SPDX-License-Identifier: GPL-2.0
2a47a12beSStefan Roese#
3*83d290c5STom Rini# Copyright 2009-2010 Freescale Semiconductor, Inc.
4a47a12beSStefan Roese
54b919725SScott WoodMINIMAL=
64b919725SScott Wood
74b919725SScott Woodifdef CONFIG_SPL_BUILD
84b919725SScott Woodifdef CONFIG_SPL_INIT_MINIMAL
94b919725SScott WoodMINIMAL=y
104b919725SScott Woodendif
114b919725SScott Woodendif
124b919725SScott Wood
134b919725SScott Woodifdef MINIMAL
144b919725SScott Wood
1506c14117SMasahiro Yamadaobj-$(CONFIG_FSL_LAW) += law.o
164b919725SScott Wood
174b919725SScott Woodelse
18e8a8b824SMasahiro Yamadaobj-$(CONFIG_MPC85xx) += cpu.o
19e8a8b824SMasahiro Yamadaobj-$(CONFIG_MPC86xx) += cpu.o
205d0c3b57SKim Phillips
2106c14117SMasahiro Yamadaobj-$(CONFIG_OF_LIBFDT) += fdt.o
2206c14117SMasahiro Yamadaobj-$(CONFIG_FSL_LBC) += fsl_lbc.o
2306c14117SMasahiro Yamadaobj-$(CONFIG_SYS_SRIO) += srio.o
2406c14117SMasahiro Yamadaobj-$(CONFIG_FSL_LAW) += law.o
25f698e9f3SAneesh Bansalobj-$(CONFIG_FSL_CORENET) += fsl_pamu.o pamu_table.o
26a47a12beSStefan Roese
274b919725SScott Woodendif
28