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