Merge branch 'master' of git://git.denx.de/u-boot
[oweals/u-boot.git] / scripts / Makefile.uncmd_spl
1 # Makefile version of include/config_uncmd_spl.h
2 #
3 # TODO: Invent a better way
4
5 ifdef CONFIG_SPL_BUILD
6 CONFIG_OF_CONTROL=
7
8 ifndef CONFIG_SPL_DM
9 CONFIG_DM_SERIAL=
10 CONFIG_DM_GPIO=
11 CONIFG_DM_I2C=
12 CONFIG_DM_SPI=
13 CONFIG_DM_SPI_FLASH=
14 endif
15
16 CONFIG_DM_DEVICE_REMOVE=
17
18 endif