1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-09-01 21:07:09 +00:00

Add support for patched kernels and publish the source that was built

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-02-23 19:00:04 +00:00
parent 36ddae720c
commit 876a8636da
6 changed files with 60 additions and 3 deletions

View File

@@ -11,6 +11,10 @@ fi
: ${BUILD:=/usr/src}
: ${CONFIG:=$(pwd)/config}
: ${DIST:=$(pwd)/dist}
: ${PATCHES:=$(pwd)/patches}
mkdir -p ${DIST}/kernel
list_build_files() {
find . -name Makefile\* -o -name Kconfig\* -o -name \*.pl