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:
parent
b8e96ed7b8
commit
abb381607f
|
@ -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
|
||||||
|
|
|
@ -14,4 +14,4 @@ config MAINBOARD_VENDOR
|
||||||
|
|
||||||
source "src/mainboard/linutop/linutop1/Kconfig"
|
source "src/mainboard/linutop/linutop1/Kconfig"
|
||||||
|
|
||||||
endif
|
endif # VENDOR_LINUTOP
|
||||||
|
|
Loading…
Reference in New Issue