Skip to content

Commit

Permalink
Revert "objtool: Skip samples subdirectory"
Browse files Browse the repository at this point in the history
This reverts commit 8728497.

samples/ contains only sub-directories.

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

Signed-off-by: Masahiro Yamada <[email protected]>
Acked-by: Josh Poimboeuf <[email protected]>
Acked-by: Sam Ravnborg <[email protected]>
  • Loading branch information
masahir0y committed May 12, 2020
1 parent 9a95015 commit 85e4a88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion samples/Makefile
Original file line number Diff line number Diff line change
@@ -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/
Expand Down

0 comments on commit 85e4a88

Please sign in to comment.