]> Git Repo - J-u-boot.git/blob - scripts/Makefile.uncmd_spl
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsung
[J-u-boot.git] / scripts / Makefile.uncmd_spl
1 # SPDX-License-Identifier: GPL-2.0+
2 # Makefile version of include/config_uncmd_spl.h
3 # TODO: Invent a better way
4
5 ifdef CONFIG_SPL_BUILD
6
7 ifndef CONFIG_SPL_DM
8 CONFIG_DM_SERIAL=
9 CONFIG_DM_I2C=
10 CONFIG_DM_SPI=
11 CONFIG_DM_SPI_FLASH=
12 endif
13
14 endif
This page took 0.027486 seconds and 4 git commands to generate.