]> git.ipfire.org Git - people/ms/u-boot.git/blame - scripts/Makefile.uncmd_spl
Merge git://git.denx.de/u-boot-fsl-qoriq
[people/ms/u-boot.git] / scripts / Makefile.uncmd_spl
CommitLineData
e02ee254
MY
1# Makefile version of include/config_uncmd_spl.h
2#
f32c8649
TR
3# SPDX-License-Identifier: GPL-2.0+
4#
e02ee254
MY
5# TODO: Invent a better way
6
7ifdef CONFIG_SPL_BUILD
e02ee254
MY
8
9ifndef CONFIG_SPL_DM
10CONFIG_DM_SERIAL=
11CONFIG_DM_GPIO=
448df354 12CONFIG_DM_I2C=
e02ee254
MY
13CONFIG_DM_SPI=
14CONFIG_DM_SPI_FLASH=
15endif
16
17endif