]> git.karo-electronics.de Git - karo-tx-linux.git/commit
lib: add module support to array-based sort tests
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 8 May 2017 22:55:23 +0000 (15:55 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 May 2017 00:15:10 +0000 (17:15 -0700)
commit5c4e679898eabca844059743c05253cf33b90e94
tree6193433f7850df2345bbec25ab7fdb8f5f861fcb
parentebd03a9aacc7d47a9d5dc7ed63adf594f9a0391c
lib: add module support to array-based sort tests

Allow to compile the array-based sort test code either to a loadable
module, or builtin into the kernel.

Link: http://lkml.kernel.org/r/1488287219-15832-3-git-send-email-geert@linux-m68k.org
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/Kconfig.debug