]> git.ipfire.org Git - thirdparty/u-boot.git/blame - scripts/Makefile.uncmd_spl
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / scripts / Makefile.uncmd_spl
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
e02ee254 2# Makefile version of include/config_uncmd_spl.h
e02ee254
MY
3# TODO: Invent a better way
4
5ifdef CONFIG_SPL_BUILD
e02ee254
MY
6
7ifndef CONFIG_SPL_DM
8CONFIG_DM_SERIAL=
9CONFIG_DM_GPIO=
448df354 10CONFIG_DM_I2C=
e02ee254
MY
11CONFIG_DM_SPI=
12CONFIG_DM_SPI_FLASH=
13endif
14
15endif