blob: 90b41ea8eca36b26529ede042754ecf5b996b9ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# upstream git revision: 15e182fc6ce307570ce115941bb4d3466371b7be
# fail if upstream's .config changes
if [ "${sha256sums[4]}" = '66e44d128ddbc6ca30127d7fca3947f0200146b451bf3d7376fc2ef985a4a89b' ]; then
sha256sums[4]='7223924c3fd44427d7a7b5d5d46461ec2d1b98c108528ca1b5aa035cdd758cc4'
fi
eval "$(
declare -f package_linux-headers | \
sed '
\,/tools/objtool" ,d
\,arch/x86/Makefile, {
a \
install -t "${_builddir}/arch/x86" -m644 arch/x86/Makefile_32.cpu
}
'
)"
|