Blame view

scripts/Makefile.uncmd_spl 241 Bytes
83d290c56   Tom Rini   SPDX: Convert all...
1
  # SPDX-License-Identifier: GPL-2.0+
e02ee2548   Masahiro Yamada   kconfig: switch t...
2
  # Makefile version of include/config_uncmd_spl.h
e02ee2548   Masahiro Yamada   kconfig: switch t...
3
4
5
  # TODO: Invent a better way
  
  ifdef CONFIG_SPL_BUILD
e02ee2548   Masahiro Yamada   kconfig: switch t...
6
7
8
  
  ifndef CONFIG_SPL_DM
  CONFIG_DM_SERIAL=
448df354b   Peng Fan   scripts: spl: fix...
9
  CONFIG_DM_I2C=
e02ee2548   Masahiro Yamada   kconfig: switch t...
10
11
12
13
14
  CONFIG_DM_SPI=
  CONFIG_DM_SPI_FLASH=
  endif
  
  endif