Skip to content

Commit c20c890

Browse files
committed
modules/coreboot: Unindent error, we're not in a recipe
Signed-off-by: Nathan Rennie-Waldock <[email protected]>
1 parent aaa1912 commit c20c890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/coreboot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ else ifeq "$(CONFIG_COREBOOT_VERSION)" "4.12"
1111
coreboot-blobs_hash := 4735ee6850d55d1e65dee8b08cc9b28b8af00b42acf31365f5d9545406579104
1212
coreboot_depends := $(if $(CONFIG_PURISM_BLOBS), purism-blobs)
1313
else
14-
$(error "$(BOARD): does not specify coreboot version under CONFIG_COREBOOT_VERSION")
14+
$(error "$(BOARD): does not specify coreboot version under CONFIG_COREBOOT_VERSION")
1515
endif
1616
endif
1717

0 commit comments

Comments
 (0)