xref: /rk3399_rockchip-uboot/scripts/Makefile.uncmd_spl (revision b3e08737315d8639f7aed97bac18c9809cabd3de)
1# Makefile version of include/config_uncmd_spl.h
2#
3# SPDX-License-Identifier:	GPL-2.0+
4#
5# TODO: Invent a better way
6
7ifdef CONFIG_SPL_BUILD
8
9ifndef CONFIG_SPL_DM
10CONFIG_DM_SERIAL=
11CONFIG_DM_GPIO=
12CONFIG_DM_I2C=
13CONFIG_DM_SPI=
14CONFIG_DM_SPI_FLASH=
15endif
16
17endif
18