commit | b5cdca7361d083638dc7f422fe8e1ae77860f6a6 | [log] [tgz] |
---|---|---|
author | Dirk Gouders <dirk@gouders.net> | Thu Aug 02 15:47:08 2018 +0200 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Aug 03 00:47:00 2018 +0900 |
tree | 8d0846a5114a5a31517921dbba74acf44b129dea | |
parent | 2063945fdc3d4c0ac8f9319d942eda720d02aabe [diff] |
Kbuild: Makefile.modbuiltin: include auto.conf and tristate.conf mandatory The files auto.conf and tristate.conf are mandatory for building modules.builtin files, therefore include them as such. Usually, the top-level Makefile ensures that those files exist but we want to make sure we get noticed if they are missing for whatever reason. Signed-off-by: Dirk Gouders <dirk@gouders.net> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>