Skip to content

Commit 8728497

Browse files
jpoimboeIngo Molnar
authored andcommitted
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 <[email protected]> Signed-off-by: Josh Poimboeuf <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Link: https://lore.kernel.org/r/c4cb4ef635ec606454ab834cb49fc3e9381fb1b1.1579543924.git.jpoimboe@redhat.com
1 parent 8580bed commit 8728497

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0
22
# Makefile for Linux samples code
3+
OBJECT_FILES_NON_STANDARD := y
34

45
obj-$(CONFIG_SAMPLE_ANDROID_BINDERFS) += binderfs/
56
obj-$(CONFIG_SAMPLE_CONFIGFS) += configfs/

0 commit comments

Comments
 (0)