commit | 0b7f12f5912de636a9c1671ee343f31f21c42b2f | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Sep 30 10:10:07 2017 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Nov 14 23:18:53 2017 +0900 |
tree | 12131f4400c81b991961df72bd8b60b1cfffb5d7 | |
parent | 8c5d4b648b46b3f5b721b9aff021c9f639d42c35 [diff] |
kbuild: rpm-pkg: fix build error when CONFIG_MODULES is disabled When CONFIG_MODULES is disabled, make rpm-pkg / binrpm-pkg fails with the following message: The present kernel configuration has modules disabled. Type 'make config' and enable loadable module support. Then build a kernel with module support enabled. Do not install modules in the case. Also, omit the devel package. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>