]> git.baikalelectronics.ru Git - kernel.git/commit
kselftest: Fix error message for unconfigured LLVM builds
authorMark Brown <broonie@kernel.org>
Wed, 11 Jan 2023 22:33:07 +0000 (22:33 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Feb 2023 07:06:32 +0000 (08:06 +0100)
commitfb3c49a7411de32c377a69a15b0b4b51807b69b6
treeb363b7fcf5c31ac728d087bb773b60c751a392c8
parent71dbc2f534210262d802cebdee9de4e3f50333bf
kselftest: Fix error message for unconfigured LLVM builds

[ Upstream commit 4ced41d05cb03fef5a28fef045548f07dcc9ce24 ]

We are missing a ) when we attempt to complain about not having enough
configuration for clang, resulting in the rather inscrutable error:

../lib.mk:23: *** unterminated call to function 'error': missing ')'.  Stop.

Add the required ) so we print the message we were trying to print.

Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/selftests/lib.mk