blob: 2ec47661bf578db674f6d6f755ce4b1be9ba7e1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# upstream git: b647e5d73af7d12032ccf199f6bdaf6b37590814
# fail if upstream's .config changes
if [ "${sha256sums[4]}" = '617d1a2b0160fc72098524a51501531556050cab0e466c9dbae5d60a78991bd2' ]; then
sha256sums[4]='ac4861c5718f6170d7d8317260819c578d9c14341a0020b02069b1578f66d755'
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
}
'
)"
|