mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
non-coreboot-builds: do not error if CONFIG_COREBOOT_VERSION is not set
Signed-off-by: Trammell hudson <hudson@trmm.net>
This commit is contained in:
parent
7ee4a11d1b
commit
fbd38155d9
@ -1,5 +1,7 @@
|
|||||||
modules-$(CONFIG_COREBOOT) += coreboot
|
modules-$(CONFIG_COREBOOT) += coreboot
|
||||||
|
|
||||||
|
ifeq "$(CONFIG_COREBOOT)" "y"
|
||||||
|
|
||||||
ifeq "$(CONFIG_COREBOOT_VERSION)" "4.8.1"
|
ifeq "$(CONFIG_COREBOOT_VERSION)" "4.8.1"
|
||||||
coreboot_version := 4.8.1
|
coreboot_version := 4.8.1
|
||||||
coreboot_hash := f0ddf4db0628c1fe1e8348c40084d9cbeb5771400c963fd419cda3995b69ad23
|
coreboot_hash := f0ddf4db0628c1fe1e8348c40084d9cbeb5771400c963fd419cda3995b69ad23
|
||||||
@ -129,3 +131,4 @@ coreboot-blobs_output := .built
|
|||||||
coreboot-blobs_configure := echo -e 'all:\n\ttouch .built' > Makefile
|
coreboot-blobs_configure := echo -e 'all:\n\ttouch .built' > Makefile
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user