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>
This commit is contained in:
Daniele Forsi 2014-07-29 12:09:39 +02:00 committed by Edward O'Callaghan
parent b8e96ed7b8
commit abb381607f
2 changed files with 2 additions and 2 deletions

View File

@ -16,4 +16,4 @@ endif # VENDOR_ARTECGROUP
if VENDOR_ARTECGROUP || VENDOR_LINUTOP if VENDOR_ARTECGROUP || VENDOR_LINUTOP
source "src/mainboard/artecgroup/dbe61/Kconfig" source "src/mainboard/artecgroup/dbe61/Kconfig"
endif endif # VENDOR_ARTECGROUP || VENDOR_LINUTOP

View File

@ -14,4 +14,4 @@ config MAINBOARD_VENDOR
source "src/mainboard/linutop/linutop1/Kconfig" source "src/mainboard/linutop/linutop1/Kconfig"
endif endif # VENDOR_LINUTOP