From 81547dd5460ad220e398c531b5d43fd9e8b90c73 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 11 Nov 2020 19:20:17 +0100 Subject: mb/*/Kconfig: Annotate closing endif with corresponding condition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s common to annotate the closing endif, so do it for these four files. Change-Id: Ia5d071e1f544c9dea5af9c6bc3c605d9a0c5c0f5 Signed-off-by: Paul Menzel Reviewed-on: https://review.coreboot.org/c/coreboot/+/47477 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Michael Niewöhner --- src/mainboard/clevo/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/clevo/Kconfig') diff --git a/src/mainboard/clevo/Kconfig b/src/mainboard/clevo/Kconfig index d5ae6c1b02..1c95d2b420 100644 --- a/src/mainboard/clevo/Kconfig +++ b/src/mainboard/clevo/Kconfig @@ -12,4 +12,4 @@ source "src/mainboard/clevo/*/Kconfig" config MAINBOARD_VENDOR default "Clevo" -endif +endif # VENDOR_CLEVO -- cgit v1.2.3