forked from mirrors/nixpkgs
Fixing the linux kernel cross builder (lacking an ARCH again in a make call)
svn path=/nixpkgs/trunk/; revision=20081
This commit is contained in:
parent
70cb7050f5
commit
4e51d7d296
|
@ -40,7 +40,7 @@ configurePhase() {
|
|||
postBuild() {
|
||||
# After the builder did a 'make all' (kernel + modules)
|
||||
# we force building the target asked: bzImage/zImage/uImage/...
|
||||
make $kernelTarget
|
||||
make $makeFlags $kernelTarget
|
||||
}
|
||||
|
||||
installPhase() {
|
||||
|
|
Loading…
Reference in a new issue