This commit is contained in:
Jan Alexander Steffens 2017-09-10 15:41:45 +00:00
parent 2ef8c0e895
commit 6cdcdc76c7
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ pkgbase=linux # Build stock -ARCH kernel
#pkgbase=linux-custom # Build kernel with a different name #pkgbase=linux-custom # Build kernel with a different name
_srcname=linux-4.13 _srcname=linux-4.13
pkgver=4.13 pkgver=4.13
pkgrel=1 pkgrel=2
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://www.kernel.org/" url="https://www.kernel.org/"
license=('GPL2') license=('GPL2')
@ -181,7 +181,7 @@ _package-headers() {
find . -name Kconfig\* -exec install -Dm644 {} "${_builddir}/{}" \; find . -name Kconfig\* -exec install -Dm644 {} "${_builddir}/{}" \;
# add objtool for external module building and enabled VALIDATION_STACK option # add objtool for external module building and enabled VALIDATION_STACK option
if [[ -e tools/objtools/objtool ]]; then if [[ -e tools/objtool/objtool ]]; then
install -Dt "${_builddir}/tools/objtool" tools/objtool/objtool install -Dt "${_builddir}/tools/objtool" tools/objtool/objtool
fi fi