Re: [PATCH v3 7/7] mmc: Only descend into mmc directory when CONFIG_MMC is set

2017-03-17 Thread kbuild test robot
Hi Andrew, [auto build test ERROR on linus/master] [also build test ERROR on v4.11-rc2 next-20170310] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Andrew-F-Davis/Remove-unneeded-build-director

Re: [PATCH v3 7/7] mmc: Only descend into mmc directory when CONFIG_MMC is set

2017-03-17 Thread kbuild test robot
Hi Andrew, [auto build test ERROR on linus/master] [also build test ERROR on v4.11-rc2 next-20170310] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Andrew-F-Davis/Remove-unneeded-build-director

[PATCH v3 7/7] mmc: Only descend into mmc directory when CONFIG_MMC is set

2017-03-15 Thread Andrew F. Davis
When CONFIG_MMC is not set make will still descend into the mmc directory but nothing will be built. This produces unneeded build artifacts and messages in addition to slowing the build. Fix this here. Signed-off-by: Andrew F. Davis --- drivers/Makefile | 2 +- 1 file changed, 1 insertion(+), 1