kernel: Trying to fix makeflags of 'make dtbs'

This commit is contained in:
Lluís Batlle i Rossell 2015-02-20 22:26:11 +00:00
parent 42c6115872
commit 31cccd88ed

View File

@ -121,7 +121,7 @@ let
postInstall = (optionalString installsFirmware ''
mkdir -p $out/lib/firmware
'') + (if (platform ? kernelDTB && platform.kernelDTB) then ''
make "$makeFlags" dtbs
make $makeFlags "''${makeFlagsArray[@]}" dtbs
cp arch/$arch/boot/dts/*dtb $out
'' else "") + (if isModular then ''
make modules_install $makeFlags "''${makeFlagsArray[@]}" \