From: Josh Poimboeuf Date: Mon, 20 Jan 2020 18:14:09 +0000 (-0600) Subject: objtool: Skip samples subdirectory X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8728497895794d1f207a836e02dae762ad175d56;p=linux.git 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 Signed-off-by: Josh Poimboeuf Signed-off-by: Ingo Molnar Link: https://lore.kernel.org/r/c4cb4ef635ec606454ab834cb49fc3e9381fb1b1.1579543924.git.jpoimboe@redhat.com --- diff --git a/samples/Makefile b/samples/Makefile index 5ce50ef0f2b2e..f8f847b4f61f5 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/