From: Uwe Kleine-König Date: Thu, 8 Dec 2011 14:42:45 +0000 (+0100) Subject: pinctrl: make the "Debug PINCTRL calls" entry actually do something X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3838d3275923d0e0df706d2d32e633839166ccea;p=mv-sheeva.git pinctrl: make the "Debug PINCTRL calls" entry actually do something DEBUG_PINCTRL wasn't used at all and DEBUG_PINMUX doesn't exist. Signed-off-by: Uwe Kleine-König Signed-off-by: Linus Walleij --- diff --git a/drivers/pinctrl/Makefile b/drivers/pinctrl/Makefile index bdc548a6b7e..50a2e2f6bc2 100644 --- a/drivers/pinctrl/Makefile +++ b/drivers/pinctrl/Makefile @@ -1,6 +1,6 @@ # generic pinmux support -ccflags-$(CONFIG_DEBUG_PINMUX) += -DDEBUG +ccflags-$(CONFIG_DEBUG_PINCTRL) += -DDEBUG obj-$(CONFIG_PINCTRL) += core.o obj-$(CONFIG_PINMUX) += pinmux.o