summaryrefslogtreecommitdiff
path: root/kernels
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2018-08-25 14:00:20 -0300
committerDavid P <megver83@parabola.nu>2018-08-25 14:00:20 -0300
commita43f7f72923281a30dd37a1d24395baf60e8f01c (patch)
treea60a232c8b96695a6b606cf82c9ea043c8b5a6b1 /kernels
parentdb3e418c6ac90830a02be1b6fc2008d6c4f1ed9b (diff)
linux-libre-pae: remove installation of objtool
This is not for i686 Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'kernels')
-rw-r--r--kernels/linux-libre-pae/PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/kernels/linux-libre-pae/PKGBUILD b/kernels/linux-libre-pae/PKGBUILD
index 0217b1e15..8baa536ed 100644
--- a/kernels/linux-libre-pae/PKGBUILD
+++ b/kernels/linux-libre-pae/PKGBUILD
@@ -190,9 +190,6 @@ _package-headers() {
install -Dt "$builddir/arch/x86" -m644 arch/x86/Makefile_32.cpu
cp -t "$builddir" -a scripts
- # add objtool for external module building and enabled VALIDATION_STACK option
- install -Dt "$builddir/tools/objtool" tools/objtool/objtool
-
# add xfs and shmem for aufs building
mkdir -p "$builddir"/{fs/xfs,mm}