Revert "linuxManualConfig: restore functionality of isModular and buildDTBs"
This reverts commit 284d76ee3d
.
This commit is contained in:
parent
c200f5e411
commit
17d25bf762
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user