Blame view

scripts/Makefile.uncmd_spl 272 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
9
  
  ifndef CONFIG_SPL_DM
  CONFIG_DM_SERIAL=
  CONFIG_DM_GPIO=
448df354b   Peng Fan   scripts: spl: fix...
10
  CONFIG_DM_I2C=
e02ee2548   Masahiro Yamada   kconfig: switch t...
11
12
  CONFIG_DM_SPI=
  CONFIG_DM_SPI_FLASH=
62efea1e9   Ye Li   MLK-18654-3 spl: ...
13
  CONFIG_DM_USB=
e02ee2548   Masahiro Yamada   kconfig: switch t...
14
15
16
  endif
  
  endif