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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
# 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/