]> git.ipfire.org Git - people/arne_f/kernel.git/commit
samples: guard sub-directories with CONFIG options
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 9 May 2019 01:00:19 +0000 (10:00 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 18 May 2019 02:29:01 +0000 (11:29 +0900)
commit6944a06d141b9afea38b15da08bd773d90abef0c
tree725f77576509ada9edbca36d976a3034e67fe6a6
parenta3bc88645e9293f5aaac9c05a185d9f1c0594c6c
samples: guard sub-directories with CONFIG options

Do not descend to sub-directories when unneeded.

I used subdir-$(CONFIG_...) for hidraw, seccomp, and vfs because
they only contain host programs.

While we are here, let's add SPDX License tag, and sort the directories
alphabetically.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
samples/Makefile
samples/seccomp/Makefile
samples/vfs/Makefile