Revert "linuxManualConfig: restore functionality of isModular and buildDTBs"

This reverts commit 284d76ee3d.
This commit is contained in:
Adam Joseph 2023-07-25 14:46:20 -07:00
parent c200f5e411
commit 17d25bf762

View File

@ -232,10 +232,7 @@ stdenv.mkDerivation ({
# replicated here to apply to older versions.
# Makes __FILE__ relative to the build directory.
"KCPPFLAGS=-fmacro-prefix-map=$(sourceRoot)/="
kernelConf.target
] ++ optional isModular "modules"
++ optional buildDTBs "dtbs"
++ extraMakeFlags;
] ++ extraMakeFlags;
installFlags = [
"INSTALL_PATH=$(out)"