Re: [PATCH] samples: disable CONFIG_SAMPLES for UML

2018-10-09 Thread Masahiro Yamada
On Tue, Sep 18, 2018 at 12:59 PM Masahiro Yamada wrote: > > 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 do

Re: [PATCH] samples: disable CONFIG_SAMPLES for UML

2018-09-27 Thread Masahiro Yamada
2018年9月19日(水) 15:58 Masahiro Yamada : > > Hi. > > 2018-09-18 17:21 GMT+09:00 Richard Weinberger : > > Am Dienstag, 18. September 2018, 05:58:33 CEST schrieb Masahiro Yamada: > >> Some samples require headers installation, so commit 3fca1700c4c3 > >> ("kbuild: make samples really depend on headers_i

Re: [PATCH] samples: disable CONFIG_SAMPLES for UML

2018-09-19 Thread Masahiro Yamada
Hi. 2018-09-18 17:21 GMT+09:00 Richard Weinberger : > Am Dienstag, 18. September 2018, 05:58:33 CEST schrieb Masahiro Yamada: >> Some samples require headers installation, so commit 3fca1700c4c3 >> ("kbuild: make samples really depend on headers_install") added >> such dependency in the top Makefi

Re: [PATCH] samples: disable CONFIG_SAMPLES for UML

2018-09-18 Thread Richard Weinberger
Am Dienstag, 18. September 2018, 05:58:33 CEST schrieb Masahiro Yamada: > 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 b

[PATCH] samples: disable CONFIG_SAMPLES for UML

2018-09-17 Thread Masahiro Yamada
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