RobertCNelson / armv7-multiplatform

MIT License
75 stars 42 forks source link

Added optional manual override for 'make -j' CPU cores. #38

Closed mjeveritt closed 7 years ago

mjeveritt commented 7 years ago

Make CPU cores is usually defined in build_kernel.sh by the number of CPU cores detected in the system. This patch adds the facility to manually override this detection in the system.sh script.

Suggested-By: M. J. Everitt m.j.everitt@iee.org

RobertCNelson commented 7 years ago

Looks good. ;)

RobertCNelson commented 7 years ago

Also added it the stable-kernel base:

https://github.com/RobertCNelson/stable-kernel/commits/master

so it'll get slowly sync'ed into every repo. ;)

Regards,

mjeveritt commented 7 years ago

Superb! And I've practised/learnt some git techniques in the process :D