mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
fix path to edk2/OvmfPkg for qemu-linuxboot board (#394)
This commit is contained in:
parent
a1eae9111f
commit
3dc4672bc6
@ -20,8 +20,9 @@ linuxboot_configure := \
|
||||
|| exit 1 ; \
|
||||
if [ "$(linuxboot_board)" = "qemu" ]; then \
|
||||
echo >&2 "Pre-building edk2 OVMF" ; \
|
||||
( cd edk2/OvmfPkg ; ./build.sh -n `nproc` ) \
|
||||
|| exit 1 ; \
|
||||
( cd $(build)/$(linuxboot_base_dir)/edk2/OvmfPkg ; \
|
||||
./build.sh -n `nproc` \
|
||||
) || exit 1 ; \
|
||||
fi ; \
|
||||
touch .config ; \
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user