From: Masahiro Yamada Date: Thu, 23 Apr 2020 07:39:15 +0000 (+0900) Subject: Revert "objtool: Skip samples subdirectory" X-Git-Tag: v5.8-rc1~111^2~87 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=85e4a889d3e08a39a8ebde594bab06e6fa732903;p=thirdparty%2Fkernel%2Flinux.git Revert "objtool: Skip samples subdirectory" This reverts commit 8728497895794d1f207a836e02dae762ad175d56. samples/ contains only sub-directories. Because OBJECT_FILES_NON_STANDARD does not work recursively, this line has no effect. Signed-off-by: Masahiro Yamada Acked-by: Josh Poimboeuf Acked-by: Sam Ravnborg --- diff --git a/samples/Makefile b/samples/Makefile index f8f847b4f61f5..5ce50ef0f2b2e 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -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/