3
0
Fork 0
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:
Lluís Batlle i Rossell 2010-02-17 22:36:59 +00:00
parent 70cb7050f5
commit 4e51d7d296

View file

@ -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() {