Blame view

scripts/Makefile.uncmd_spl 261 Bytes
e02ee2548   Masahiro Yamada   kconfig: switch t...
1
2
  # Makefile version of include/config_uncmd_spl.h
  #
f32c86493   Tom Rini   scripts/Makefile*...
3
4
  # SPDX-License-Identifier:	GPL-2.0+
  #
e02ee2548   Masahiro Yamada   kconfig: switch t...
5
6
7
  # TODO: Invent a better way
  
  ifdef CONFIG_SPL_BUILD
e02ee2548   Masahiro Yamada   kconfig: switch t...
8
9
10
11
12
13
14
15
16
17
  
  ifndef CONFIG_SPL_DM
  CONFIG_DM_SERIAL=
  CONFIG_DM_GPIO=
  CONIFG_DM_I2C=
  CONFIG_DM_SPI=
  CONFIG_DM_SPI_FLASH=
  endif
  
  endif