On Tue, Feb 18, 2020 at 08:05:39PM +0900, Masahiro Yamada wrote:
> Currently, fixdep skips parsing include/linux/kconfig.h, but if it
> parsed it, it would translate the following code in kconfig.h
>
> config_enabled(CONFIG_VAL(option##_MODULE)
>
> into:
>
> $(wildcard include/config/option
On Tue, Feb 18, 2020 at 8:06 PM Masahiro Yamada wrote:
>
> Currently, fixdep skips parsing include/linux/kconfig.h, but if it
> parsed it, it would translate the following code in kconfig.h
>
> config_enabled(CONFIG_VAL(option##_MODULE)
>
> into:
>
> $(wildcard include/config/option##/module.h
On Tue, Feb 18, 2020 at 08:35:06PM +0900, Masahiro Yamada wrote:
> On Tue, Feb 18, 2020 at 8:06 PM Masahiro Yamada wrote:
> >
> > Currently, fixdep skips parsing include/linux/kconfig.h, but if it
> > parsed it, it would translate the following code in kconfig.h
> >
> > config_enabled(CONFIG_VAL
On Tue, Feb 18, 2020 at 8:06 PM Masahiro Yamada wrote:
>
> Currently, fixdep skips parsing include/linux/kconfig.h, but if it
> parsed it, it would translate the following code in kconfig.h
>
> config_enabled(CONFIG_VAL(option##_MODULE)
>
> into:
>
> $(wildcard include/config/option##/module.h
4 matches
Mail list logo