1a47a12beSStefan Roese# 25d0c3b57SKim Phillips# Copyright 2009-2010 Freescale Semiconductor, Inc. 3a47a12beSStefan Roese# 4da58dec8STom Rini# SPDX-License-Identifier: GPL-2.0 5a47a12beSStefan Roese# 6a47a12beSStefan Roese 74b919725SScott WoodMINIMAL= 84b919725SScott Wood 94b919725SScott Woodifdef CONFIG_SPL_BUILD 104b919725SScott Woodifdef CONFIG_SPL_INIT_MINIMAL 114b919725SScott WoodMINIMAL=y 124b919725SScott Woodendif 134b919725SScott Woodendif 144b919725SScott Wood 154b919725SScott Woodifdef MINIMAL 164b919725SScott Wood 1706c14117SMasahiro Yamadaobj-$(CONFIG_FSL_LAW) += law.o 184b919725SScott Wood 194b919725SScott Woodelse 20e8a8b824SMasahiro Yamadaobj-$(CONFIG_MPC85xx) += cpu.o 21e8a8b824SMasahiro Yamadaobj-$(CONFIG_MPC86xx) += cpu.o 225d0c3b57SKim Phillips 2306c14117SMasahiro Yamadaobj-$(CONFIG_OF_LIBFDT) += fdt.o 2406c14117SMasahiro Yamadaobj-$(CONFIG_FSL_LBC) += fsl_lbc.o 2506c14117SMasahiro Yamadaobj-$(CONFIG_SYS_SRIO) += srio.o 2606c14117SMasahiro Yamadaobj-$(CONFIG_FSL_LAW) += law.o 27*f698e9f3SAneesh Bansalobj-$(CONFIG_FSL_CORENET) += fsl_pamu.o pamu_table.o 28a47a12beSStefan Roese 294b919725SScott Woodendif 30