Skip to content

Commit

Permalink
modules/linuxboot: Fix qemu build after c745640
Browse files Browse the repository at this point in the history
> Running edk2 build for OvmfPkgX64
> Usage: build.exe [options] [all|fds|genc|genmake|clean|cleanall|cleanlib|modules|libraries|run]
>
> build.exe: error: option -n: invalid integer value: 'PUS'

Signed-off-by: Nathan Rennie-Waldock <[email protected]>
  • Loading branch information
NHellFire committed Oct 1, 2020
1 parent bcdcdfc commit f48a5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/linuxboot
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ linuxboot_configure := \
if [ "$(linuxboot_board)" = "qemu" ]; then \
echo >&2 "Pre-building edk2 OVMF" ; \
( cd $(build)/$(linuxboot_base_dir)/edk2/OvmfPkg ; \
./build.sh -n $$CPUS \
./build.sh -n $(CPUS) \
) || exit 1 ; \
fi ; \
touch .config ; \
Expand Down

0 comments on commit f48a5db

Please sign in to comment.