Loading drivers/pinctrl/Makefile +1 −1 Original line number Diff line number Diff line # generic pinmux support ccflags-$(CONFIG_DEBUG_PINMUX) += -DDEBUG ccflags-$(CONFIG_DEBUG_PINCTRL) += -DDEBUG obj-$(CONFIG_PINCTRL) += core.o obj-$(CONFIG_PINMUX) += pinmux.o Loading Loading
drivers/pinctrl/Makefile +1 −1 Original line number Diff line number Diff line # generic pinmux support ccflags-$(CONFIG_DEBUG_PINMUX) += -DDEBUG ccflags-$(CONFIG_DEBUG_PINCTRL) += -DDEBUG obj-$(CONFIG_PINCTRL) += core.o obj-$(CONFIG_PINMUX) += pinmux.o Loading