Skip to content

Commit

Permalink
Merge pull request #908 from osresearch/pr/non-coreboot-builds
Browse files Browse the repository at this point in the history
non-coreboot-builds: do not error if CONFIG_COREBOOT_VERSION is not set
  • Loading branch information
tlaurion authored Dec 2, 2020
2 parents 05e212d + fbd3815 commit 4d57052
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/coreboot
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
modules-$(CONFIG_COREBOOT) += coreboot

ifeq "$(CONFIG_COREBOOT)" "y"

ifeq "$(CONFIG_COREBOOT_VERSION)" "4.8.1"
coreboot_version := 4.8.1
coreboot_hash := f0ddf4db0628c1fe1e8348c40084d9cbeb5771400c963fd419cda3995b69ad23
Expand Down Expand Up @@ -129,3 +131,4 @@ coreboot-blobs_output := .built
coreboot-blobs_configure := echo -e 'all:\n\ttouch .built' > Makefile

endif
endif

0 comments on commit 4d57052

Please sign in to comment.