summaryrefslogtreecommitdiff
path: root/scripts/build-kernel
AgeCommit message (Collapse)Author
2019-01-26build-kernel: no need to build source and debug packageChristian Poessinger
2019-01-26When building linux-kernel use number of host CPUs on parallel buildChristian Poessinger
2019-01-06Added build-kernel script and almost total rewrite of build-submodulesRunar Borge
The build-kernel script was forgotten to commit, it is needed to build the kernel To make the build-submodules script more readable and extendible i've almost totally rewritten it using functions the build process is also started in its own subshell, so that we dont need to hold track of the current directory and make error handling/status info easier