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