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() {
|
postBuild() {
|
||||||
# After the builder did a 'make all' (kernel + modules)
|
# After the builder did a 'make all' (kernel + modules)
|
||||||
# we force building the target asked: bzImage/zImage/uImage/...
|
# we force building the target asked: bzImage/zImage/uImage/...
|
||||||
make $kernelTarget
|
make $makeFlags $kernelTarget
|
||||||
}
|
}
|
||||||
|
|
||||||
installPhase() {
|
installPhase() {
|
||||||
|
Loading…
Reference in New Issue
Block a user