uboot: enable parallel building again

This commit is contained in:
Bernardo Meurer 2022-04-25 22:40:33 -07:00
parent f6f41cf740
commit d094a3e175
No known key found for this signature in database
GPG key ID: F4C0D53B8D14C246

View file

@ -73,6 +73,8 @@ let
hardeningDisable = [ "all" ];
enableParallelBuilding = true;
makeFlags = [
"DTC=dtc"
"CROSS_COMPILE=${stdenv.cc.targetPrefix}"
@ -104,9 +106,6 @@ let
runHook postInstall
'';
# make[2]: *** No rule to make target 'lib/efi_loader/helloworld.efi', needed by '__build'. Stop.
enableParallelBuilding = false;
dontStrip = true;
meta = with lib; {