diff mbox series

[v1,1/1] pinctrl: Place correctly CONFIG_PINCTRL_STMFX in the Makefile

Message ID 20220112210456.29375-1-andriy.shevchenko@linux.intel.com
State New
Headers show
Series [v1,1/1] pinctrl: Place correctly CONFIG_PINCTRL_STMFX in the Makefile | expand

Commit Message

Andy Shevchenko Jan. 12, 2022, 9:04 p.m. UTC
Keep Makefile entries ordered in the same way as Kconfig ones.

Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/pinctrl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Andy Shevchenko Jan. 13, 2022, 10:49 a.m. UTC | #1
On Wed, Jan 12, 2022 at 11:04:56PM +0200, Andy Shevchenko wrote:
> Keep Makefile entries ordered in the same way as Kconfig ones.

Damn, this is against old next/master.
I will send a new one later on.
Andy Shevchenko Jan. 24, 2022, 2:30 p.m. UTC | #2
On Wed, Jan 12, 2022 at 11:04:56PM +0200, Andy Shevchenko wrote:
> Keep Makefile entries ordered in the same way as Kconfig ones.

I have pushed rebased version to my review and testing queue, I'll send it in
the PR for fixes to Linus W.
diff mbox series

Patch

diff --git a/drivers/pinctrl/Makefile b/drivers/pinctrl/Makefile
index 91665076e013..f64d29f614ec 100644
--- a/drivers/pinctrl/Makefile
+++ b/drivers/pinctrl/Makefile
@@ -42,9 +42,9 @@  obj-$(CONFIG_PINCTRL_PISTACHIO)	+= pinctrl-pistachio.o
 obj-$(CONFIG_PINCTRL_RK805)	+= pinctrl-rk805.o
 obj-$(CONFIG_PINCTRL_ROCKCHIP)	+= pinctrl-rockchip.o
 obj-$(CONFIG_PINCTRL_SINGLE)	+= pinctrl-single.o
-obj-$(CONFIG_PINCTRL_STMFX) 	+= pinctrl-stmfx.o
 obj-$(CONFIG_PINCTRL_ST) 	+= pinctrl-st.o
 obj-$(CONFIG_PINCTRL_STARFIVE)	+= pinctrl-starfive.o
+obj-$(CONFIG_PINCTRL_STMFX) 	+= pinctrl-stmfx.o
 obj-$(CONFIG_PINCTRL_SX150X)	+= pinctrl-sx150x.o
 obj-$(CONFIG_PINCTRL_TB10X)	+= pinctrl-tb10x.o
 obj-$(CONFIG_PINCTRL_THUNDERBAY) += pinctrl-thunderbay.o