Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2821bee authored by Linus Walleij's avatar Linus Walleij
Browse files

pinctrl: pass -DDEBUG in subdirs



When drivers are compiled in subdirectories the -DDEBUG flag need
to be passed in the individual Makefiles.

Reported-by: default avatarMika Westerberg <mika.westerberg@linux.intel.com>
Suggested-by: default avatarYingjoe Chen <yingjoe.chen@mediatek.com>
Cc: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 2ef2a489
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# generic pinmux support

ccflags-$(CONFIG_DEBUG_PINCTRL)	+= -DDEBUG
subdir-ccflags-$(CONFIG_DEBUG_PINCTRL)	+= -DDEBUG

obj-$(CONFIG_PINCTRL)		+= core.o pinctrl-utils.o
obj-$(CONFIG_PINMUX)		+= pinmux.o