add "config" output to kernel derivation
This commit is contained in:
parent
2e513eb4a7
commit
9dd169d500
@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
dontPatchELF = true;
|
dontPatchELF = true;
|
||||||
outputs = ["out" "headers" "modulesupport"] ++ targetNames;
|
outputs = ["out" "headers" "modulesupport" "config"] ++ targetNames;
|
||||||
phases = [
|
phases = [
|
||||||
"unpackPhase"
|
"unpackPhase"
|
||||||
"butcherPkgconfig"
|
"butcherPkgconfig"
|
||||||
@ -114,5 +114,6 @@ stdenv.mkDerivation rec {
|
|||||||
mkdir -p $modulesupport
|
mkdir -p $modulesupport
|
||||||
make modules
|
make modules
|
||||||
cp -a . $modulesupport
|
cp -a . $modulesupport
|
||||||
|
cp .config $config
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user