diff options
| -rw-r--r-- | testsuite.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite.py b/testsuite.py index 1ec03c5..7ce2fa3 100644 --- a/testsuite.py +++ b/testsuite.py @@ -16,6 +16,9 @@ # SRCARCH. (These would be set in the Makefiles in that case.) Safe as of # Linux 4.1.0-rc8. # +# NOTE: speedy mode requires scripts/kconfig/conf to have been built. Run +# e.g. 'make defconfig' first to generate it in a fresh kernel tree. +# # - obsessive: # By default, only valid arch/defconfig pairs will be tested. With this # enabled, every arch will be tested with every defconfig, which increases |
