Skip to content

Commit

Permalink
objtool: Skip samples subdirectory
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jpoimboe authored and Ingo Molnar committed Jan 22, 2020
1 parent 8580bed commit 8728497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/Makefile
Original file line number Diff line number Diff line change
@@ -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/
Expand Down

0 comments on commit 8728497

Please sign in to comment.