Re: [PATCH] fixdep: fix U-Boot own code to handle only valid symbol characters

2020-03-17 Thread Tom Rini
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

Re: [PATCH] fixdep: fix U-Boot own code to handle only valid symbol characters

2020-02-18 Thread Masahiro Yamada
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

Re: [PATCH] fixdep: fix U-Boot own code to handle only valid symbol characters

2020-02-18 Thread Tom Rini
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

Re: [PATCH] fixdep: fix U-Boot own code to handle only valid symbol characters

2020-02-18 Thread Masahiro Yamada
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