Skip to content

Commit

Permalink
modules/coreboot: Unindent error, we're not in a recipe
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Rennie-Waldock <[email protected]>
  • Loading branch information
NHellFire committed Sep 29, 2020
1 parent aaa1912 commit c20c890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/coreboot
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ else ifeq "$(CONFIG_COREBOOT_VERSION)" "4.12"
coreboot-blobs_hash := 4735ee6850d55d1e65dee8b08cc9b28b8af00b42acf31365f5d9545406579104
coreboot_depends := $(if $(CONFIG_PURISM_BLOBS), purism-blobs)
else
$(error "$(BOARD): does not specify coreboot version under CONFIG_COREBOOT_VERSION")
$(error "$(BOARD): does not specify coreboot version under CONFIG_COREBOOT_VERSION")
endif
endif

Expand Down

0 comments on commit c20c890

Please sign in to comment.