aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/samples/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2020-04-23 16:39:15 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2020-05-12 13:28:33 +0900
commit85e4a889d3e08a39a8ebde594bab06e6fa732903 (patch)
tree76c4dd9f549e4b7cf91ea7898963330d17d70979 /samples/Makefile
parentkbuild: use CONFIG_CC_VERSION_TEXT to construct LINUX_COMPILER macro (diff)
downloadwireguard-linux-85e4a889d3e08a39a8ebde594bab06e6fa732903.tar.xz
wireguard-linux-85e4a889d3e08a39a8ebde594bab06e6fa732903.zip
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 <masahiroy@kernel.org> Acked-by: Josh Poimboeuf <jpoimboe@redhat.com> Acked-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'samples/Makefile')
-rw-r--r--samples/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/Makefile b/samples/Makefile
index f8f847b4f61f..5ce50ef0f2b2 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/