From 9ee4e848995952479ddb718a32eb7faf6bb1b137 Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Mon, 27 Nov 2017 13:33:44 -0800 Subject: [PATCH] Build fixups - Make sure tools/objtool/sync-check.sh is executable - Drop patch that needs a rebase --- kernel.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kernel.spec b/kernel.spec index 9aec1ebd4..27f0a15f2 100644 --- a/kernel.spec +++ b/kernel.spec @@ -615,7 +615,8 @@ Patch332: arm64-socionext-96b-enablement.patch # 600 - Patches for improved Bay and Cherry Trail device support # Below patches are submitted upstream, awaiting review / merging -Patch601: 0001-Input-gpio_keys-Allow-suppression-of-input-events-fo.patch +# This one needs to be rebased +# Patch601: 0001-Input-gpio_keys-Allow-suppression-of-input-events-fo.patch Patch602: 0002-Input-soc_button_array-Suppress-power-button-presses.patch Patch610: 0010-Input-silead-Add-support-for-capactive-home-button-f.patch @@ -1226,6 +1227,7 @@ git am %{patches} # Any further pre-build tree manipulations happen here. chmod +x scripts/checkpatch.pl +chmod +x tools/objtool/sync-check.sh # This Prevents scripts/setlocalversion from mucking with our version numbers. touch .scmversion