summaryrefslogtreecommitdiffstats
path: root/src/mainboard/artecgroup
diff options
context:
space:
mode:
authorDaniele Forsi <dforsi@gmail.com>2014-07-29 12:09:39 +0200
committerEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-07-30 02:08:50 +0200
commitabb381607fabcea0a101273c29a42280064b5f9b (patch)
tree0084d3a49f7514387c49877db229bad3db98965f /src/mainboard/artecgroup
parentb8e96ed7b81c2d1816814a2a89cf79a5abc4c28f (diff)
downloadcoreboot-abb381607fabcea0a101273c29a42280064b5f9b.tar.gz
coreboot-abb381607fabcea0a101273c29a42280064b5f9b.tar.bz2
coreboot-abb381607fabcea0a101273c29a42280064b5f9b.zip
artecgroup/Kconfig, linutop/Kconfig: Add comment to endif
All other Kconfig files at the mainboard vendor level have a comment on "endif" matching the corresponding "if", except these two. Change-Id: Ib03c4552c670178d6b09a2ca3037ee29e3524a2f Signed-off-by: Daniele Forsi <dforsi@gmail.com> Reviewed-on: http://review.coreboot.org/6396 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/artecgroup')
-rw-r--r--src/mainboard/artecgroup/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/artecgroup/Kconfig b/src/mainboard/artecgroup/Kconfig
index 4ccc2e7c0381..f2d0d32fc015 100644
--- a/src/mainboard/artecgroup/Kconfig
+++ b/src/mainboard/artecgroup/Kconfig
@@ -16,4 +16,4 @@ endif # VENDOR_ARTECGROUP
if VENDOR_ARTECGROUP || VENDOR_LINUTOP
source "src/mainboard/artecgroup/dbe61/Kconfig"
-endif
+endif # VENDOR_ARTECGROUP || VENDOR_LINUTOP