[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <157967623849.396.5555831955649613132.tip-bot2@tip-bot2>
Date: Wed, 22 Jan 2020 06:57:18 -0000
From: "tip-bot2 for Josh Poimboeuf" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>,
Josh Poimboeuf <jpoimboe@...hat.com>,
Ingo Molnar <mingo@...nel.org>, x86 <x86@...nel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: [tip: core/urgent] objtool: Skip samples subdirectory
The following commit has been merged into the core/urgent branch of tip:
Commit-ID: 8728497895794d1f207a836e02dae762ad175d56
Gitweb: https://git.kernel.org/tip/8728497895794d1f207a836e02dae762ad175d56
Author: Josh Poimboeuf <jpoimboe@...hat.com>
AuthorDate: Mon, 20 Jan 2020 12:14:09 -06:00
Committer: Ingo Molnar <mingo@...nel.org>
CommitterDate: Wed, 22 Jan 2020 07:55:02 +01:00
objtool: Skip samples subdirectory
The code in the 'samples' subdirectory isn't part of the kernel, so
there's no need to validate it.
Reported-by: Randy Dunlap <rdunlap@...radead.org>
Signed-off-by: Josh Poimboeuf <jpoimboe@...hat.com>
Signed-off-by: Ingo Molnar <mingo@...nel.org>
Link: https://lore.kernel.org/r/c4cb4ef635ec606454ab834cb49fc3e9381fb1b1.1579543924.git.jpoimboe@redhat.com
---
samples/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/samples/Makefile b/samples/Makefile
index 5ce50ef..f8f847b 100644
--- a/samples/Makefile
+++ b/samples/Makefile
@@ -1,5 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
# Makefile for Linux samples code
+OBJECT_FILES_NON_STANDARD := y
obj-$(CONFIG_SAMPLE_ANDROID_BINDERFS) += binderfs/
obj-$(CONFIG_SAMPLE_CONFIGFS) += configfs/
Powered by blists - more mailing lists