diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ linux-libre.build.stamp: linux-libre.config.stamp # TODO: This "uImage" target is hardcoded for the "rcstereo" platform, which # uses DAS U-Boot. cd src && \ - make uImage + make -j $${JOBS:-1} uImage touch linux-libre.build.stamp linux-libre.install.stamp: linux-libre.build.stamp |