mirror of
https://github.com/torvalds/linux.git
synced 2026-03-13 22:36:17 +01:00
Revert "objtool: Skip samples subdirectory"
This reverts commit 8728497895.
samples/ contains only sub-directories.
Because OBJECT_FILES_NON_STANDARD does not work recursively,
this line has no effect.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Josh Poimboeuf <jpoimboe@redhat.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
parent
9a95015466
commit
85e4a889d3
1 changed files with 0 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
# 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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue