summaryrefslogtreecommitdiff
path: root/core/linux/PKGBUILD
blob: 95c478faf57bd87a0e99ef1678c340f22fed6b75 (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]}" = 'e39c02fd021f125a6202f7e4c0692dfd3ced93d404ecb6c8dca6994c8e17b227' ]; then
  sha256sums[4]='34f3605a055e8c8ef1eb6f7863d949b039cdf21746813dc4cafb33071977b683'
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
      }
    '
)"