1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2025-01-05 19:03:21 +03:00

kernel-builder: Reviews dtb detection

This commit is contained in:
Samuel Dionne-Riel 2019-06-09 19:31:27 -04:00
parent e88ba541e7
commit 2f9853f496

View File

@ -44,8 +44,8 @@ in
, modDirVersion ? modDirify version
, configfile
# FIXME : Not used anymore...
, dtb ? null
, hasDTB ? false
, kernelPatches ? []
, patches ? []
, postPatch ? ""
@ -61,8 +61,6 @@ in
}:
let
hasDTB = (dtb != null);
commonMakeFlags = [
"O=$(buildRoot)"
]