]> git.sur5r.net Git - u-boot/blob - scripts/Makefile.uncmd_spl
86c938e1f9da1c0cac867ac5a45c807518071911
[u-boot] / 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 endif