]> Git Repo - u-boot.git/blame - scripts/Makefile.uncmd_spl
dtoc: Tidy up more Python style in dtb_platdata
[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=
448df354 9CONFIG_DM_I2C=
e02ee254
MY
10CONFIG_DM_SPI=
11CONFIG_DM_SPI_FLASH=
12endif
13
14endif
This page took 0.170227 seconds and 4 git commands to generate.