]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
samples: disable CONFIG_SAMPLES for UML
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 18 Sep 2018 03:58:33 +0000 (12:58 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 10 Oct 2018 17:15:46 +0000 (02:15 +0900)
Some samples require headers installation, so commit 3fca1700c4c3
("kbuild: make samples really depend on headers_install") added
such dependency in the top Makefile. However, UML fails to build
with CONFIG_SAMPLES=y because UML does not support headers_install.

Fixes: 3fca1700c4c3 ("kbuild: make samples really depend on headers_install")
Reported-by: Kees Cook <keescook@chromium.org>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
samples/Kconfig

index bd133efc1a566ecff49092b9b32f13e1d9754143..ad1ec7016d4c9d28ddb95923df6ca392da33e3b3 100644 (file)
@@ -1,5 +1,6 @@
 menuconfig SAMPLES
        bool "Sample kernel code"
+       depends on !UML
        help
          You can build and test sample kernel code here.