147f7bcaeSTom Rini# 247f7bcaeSTom Rini# (C) Copyright 2012 347f7bcaeSTom Rini# Texas Instruments Incorporated - http://www.ti.com/ 447f7bcaeSTom Rini# Aneesh V <aneesh@ti.com> 547f7bcaeSTom Rini# 61a459660SWolfgang Denk# SPDX-License-Identifier: GPL-2.0+ 747f7bcaeSTom Rini# 847f7bcaeSTom Rini# Based on common/Makefile. 947f7bcaeSTom Rini# 1047f7bcaeSTom Rini 1147f7bcaeSTom Riniifdef CONFIG_SPL_BUILD 12*0ccf54c6SMasahiro Yamadaobj-$(CONFIG_SPL_FRAMEWORK) += spl.o 13*0ccf54c6SMasahiro Yamadaobj-$(CONFIG_SPL_NOR_SUPPORT) += spl_nor.o 14*0ccf54c6SMasahiro Yamadaobj-$(CONFIG_SPL_YMODEM_SUPPORT) += spl_ymodem.o 15*0ccf54c6SMasahiro Yamadaobj-$(CONFIG_SPL_NAND_SUPPORT) += spl_nand.o 16*0ccf54c6SMasahiro Yamadaobj-$(CONFIG_SPL_ONENAND_SUPPORT) += spl_onenand.o 17*0ccf54c6SMasahiro Yamadaobj-$(CONFIG_SPL_NET_SUPPORT) += spl_net.o 18*0ccf54c6SMasahiro Yamadaobj-$(CONFIG_SPL_MMC_SUPPORT) += spl_mmc.o 1947f7bcaeSTom Riniendif 20