Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guido Gunther
image-builder
Commits
421e2d34
Commit
421e2d34
authored
Feb 04, 2019
by
Angus Ainslie
Browse files
Merge branch 'defconfig' into 'master'
kernel: Process defconfig files See merge request
Librem5/image-builder!83
parents
d104a779
12dc2278
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/build_kernel_deb.sh
View file @
421e2d34
...
...
@@ -109,10 +109,11 @@ fi
if
[
!
-e
.config
]
;
then
echo
"Configuring kernel"
if
[
-e
"arch/
${
ARCH
}
/configs/
${
DOT_CONFIG
}
"
]
;
then
cp
"arch/
${
ARCH
}
/configs/
${
DOT_CONFIG
}
"
.config
else
if
[
-e
"../
${
DOT_CONFIG
}
"
]
;
then
cp
"../
${
DOT_CONFIG
}
"
.config
make
"
${
MAKE_OPTS
[@]
}
"
ARCH
=
"
${
ARCH
}
"
CROSS_COMPILE
=
"
${
CROSS_COMPILER
}
"
oldconfig
else
make
"
${
MAKE_OPTS
[@]
}
"
ARCH
=
"
${
ARCH
}
"
CROSS_COMPILE
=
"
${
CROSS_COMPILER
}
"
"
${
DOT_CONFIG
}
"
fi
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment