]> git.ipfire.org Git - people/ms/u-boot.git/commit
mmc: descend into drivers/mmc only when CONFIG_MMC is enabled
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 9 May 2017 11:31:40 +0000 (20:31 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 15 May 2017 09:28:23 +0000 (18:28 +0900)
commit792f0054a445b8653e028415dd28fef925be6a9a
treee951c2cdc71a15f08c73625821152a38c3eff165
parent4aa2ba3a34e3e4413c2cc63fc54f3176881b1a56
mmc: descend into drivers/mmc only when CONFIG_MMC is enabled

This simplifies makefiles.  Also, arrange the order of objects in
drivers/mmc/Makefile so that the framework objects are listed before
drivers.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Makefile
common/spl/Kconfig
drivers/Makefile
drivers/mmc/Makefile