]> git.baikalelectronics.ru Git - 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)
commit1b79146cbf3d0c5dc78a57e0240f7ee1793c2164
tree725f77576509ada9edbca36d976a3034e67fe6a6
parent48470a93a26daca25533898f419defed66547435
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