Skip to content
Snippets Groups Projects
Commit 85e4a889 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

Revert "objtool: Skip samples subdirectory"


This reverts commit 87284978.

samples/ contains only sub-directories.

Because OBJECT_FILES_NON_STANDARD does not work recursively,
this line has no effect.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
Acked-by: default avatarJosh Poimboeuf <jpoimboe@redhat.com>
Acked-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 9a950154
No related branches found
No related tags found
No related merge requests found
# 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/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment