]> Git Repo - J-u-boot.git/blame - common/spl/Makefile
Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net
[J-u-boot.git] / common / spl / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
47f7bcae
TR
2#
3# (C) Copyright 2012
4# Texas Instruments Incorporated - http://www.ti.com/
5# Aneesh V <[email protected]>
47f7bcae
TR
6# Based on common/Makefile.
7#
8
47f7bcae 9ifdef CONFIG_SPL_BUILD
22b7b860 10obj-$(CONFIG_$(SPL_TPL_)FRAMEWORK) += spl.o
f94e643e
PT
11obj-$(CONFIG_$(SPL_TPL_)BOOTROM_SUPPORT) += spl_bootrom.o
12obj-$(CONFIG_$(SPL_TPL_)LOAD_FIT) += spl_fit.o
c1108172 13obj-$(CONFIG_$(SPL_TPL_)LEGACY_IMAGE_SUPPORT) += spl_legacy.o
b5c4d81b
PT
14obj-$(CONFIG_$(SPL_TPL_)NOR_SUPPORT) += spl_nor.o
15obj-$(CONFIG_$(SPL_TPL_)XIP_SUPPORT) += spl_xip.o
16obj-$(CONFIG_$(SPL_TPL_)YMODEM_SUPPORT) += spl_ymodem.o
bf55cd4f 17ifndef CONFIG_SPL_UBI
f94e643e
PT
18obj-$(CONFIG_$(SPL_TPL_)NAND_SUPPORT) += spl_nand.o
19obj-$(CONFIG_$(SPL_TPL_)ONENAND_SUPPORT) += spl_onenand.o
bf55cd4f 20endif
f94e643e
PT
21obj-$(CONFIG_$(SPL_TPL_)UBI) += spl_ubi.o
22obj-$(CONFIG_$(SPL_TPL_)NET_SUPPORT) += spl_net.o
23obj-$(CONFIG_$(SPL_TPL_)MMC_SUPPORT) += spl_mmc.o
aa122f6b 24obj-$(CONFIG_$(SPL_TPL_)ATF) += spl_atf.o
70fe2876 25obj-$(CONFIG_$(SPL_TPL_)OPTEE) += spl_optee.o
5e30e45c 26obj-$(CONFIG_$(SPL_TPL_)OPENSBI) += spl_opensbi.o
79536013 27obj-$(CONFIG_$(SPL_TPL_)USB_STORAGE) += spl_usb.o
0c3a9ed4 28obj-$(CONFIG_$(SPL_TPL_)FS_FAT) += spl_fat.o
f4b40924 29obj-$(CONFIG_$(SPL_TPL_)FS_EXT4) += spl_ext.o
f94e643e 30obj-$(CONFIG_$(SPL_TPL_)SATA_SUPPORT) += spl_sata.o
6536ca4d 31obj-$(CONFIG_$(SPL_TPL_)DFU) += spl_dfu.o
f94e643e
PT
32obj-$(CONFIG_$(SPL_TPL_)SPI_LOAD) += spl_spi.o
33obj-$(CONFIG_$(SPL_TPL_)RAM_SUPPORT) += spl_ram.o
a3774c1c 34obj-$(CONFIG_$(SPL_TPL_)USB_SDP_SUPPORT) += spl_sdp.o
47f7bcae 35endif
This page took 0.409751 seconds and 4 git commands to generate.