[PATCH] pinctrl: pass -DDEBUG in subdirs
Linus Walleij
linus.walleij at linaro.org
Sat Jan 10 13:46:51 PST 2015
On Fri, Jan 9, 2015 at 11:22 AM, Yingjoe Chen <yingjoe.chen at mediatek.com> wrote:
>
> On Fri, 2015-01-09 at 10:41 +0100, Linus Walleij wrote:
>> When drivers are compiled in subdirectories the -DDEBUG flag need
>> to be passed in the individual Makefiles.
>
> Hi,
>
> It will be easy to forget adding this when adding new subdirectories.
> Can we do this instead?
(...)
> -ccflags-$(CONFIG_DEBUG_PINCTRL) += -DDEBUG
> +subdir-ccflags-$(CONFIG_DEBUG_PINCTRL) += -DDEBUG
Yeah of course :/
subdir-ccflags applies to this subdir and all below it then I take it.
Typical I don't know such stuff :(
Yours,
Linus Walleij
More information about the linux-arm-kernel
mailing list