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/razer/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/razer/Kconfig') diff --git a/src/mainboard/razer/Kconfig b/src/mainboard/razer/Kconfig index 9d96888c7f..9f9c6fd4ee 100644 --- a/src/mainboard/razer/Kconfig +++ b/src/mainboard/razer/Kconfig @@ -12,4 +12,4 @@ source "src/mainboard/razer/*/Kconfig" config MAINBOARD_VENDOR default "RAZER" -endif +endif # VENDOR_RAZER -- cgit v1.2.3