linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 1/4] interconnect: mediatek: fix Makefile typo for mt8196
@ 2026-09-05 12:34 Breno Rodrigues Alves
  2026-09-05 12:34 ` [PATCH v6 2/4] regulator: mtk-spmi: fix Makefile typo for mt6316 Breno Rodrigues Alves
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Breno Rodrigues Alves @ 2026-09-05 12:34 UTC (permalink / raw)
  To: gregkh
  Cc: torvalds, linux-kernel, arnd, linux-clk, linux-input, linux-media,
	linux-pci, linux-usb, linux-sound, linux-staging, linux-fbdev,
	linux-security-module, Breno Rodrigues Alves

Correct a copy-paste typo in the MediaTek interconnect Makefile that
mapped mt8196.o to CONFIG_INTERCONNECT_MTK_MT8195 instead of MT8196.

Assisted-by: OpenCode AI
Signed-off-by: Breno Rodrigues Alves <breno3011alves@gmail.com>
---
 drivers/interconnect/mediatek/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/interconnect/mediatek/Makefile b/drivers/interconnect/mediatek/Makefile
index 6bd656668..64170ab16 100644
--- a/drivers/interconnect/mediatek/Makefile
+++ b/drivers/interconnect/mediatek/Makefile
@@ -3,4 +3,4 @@
 obj-$(CONFIG_INTERCONNECT_MTK_DVFSRC_EMI) += icc-emi.o
 obj-$(CONFIG_INTERCONNECT_MTK_MT8183) += mt8183.o
 obj-$(CONFIG_INTERCONNECT_MTK_MT8195) += mt8195.o
-obj-$(CONFIG_INTERCONNECT_MTK_MT8195) += mt8196.o
+obj-$(CONFIG_INTERCONNECT_MTK_MT8196) += mt8196.o
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-09-05 12:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-05 12:34 [PATCH v6 1/4] interconnect: mediatek: fix Makefile typo for mt8196 Breno Rodrigues Alves
2026-09-05 12:34 ` [PATCH v6 2/4] regulator: mtk-spmi: fix Makefile typo for mt6316 Breno Rodrigues Alves
2026-09-05 12:37   ` sashiko-bot
2026-09-05 12:34 ` [PATCH v6 3/4] media: dvb-core: remove defective and unsafe ULE debug block Breno Rodrigues Alves
2026-09-05 12:42   ` sashiko-bot
2026-09-05 12:34 ` [PATCH v6 4/4] tree-wide: purge verified remaining legacy ghost options Breno Rodrigues Alves
2026-09-05 12:40   ` sashiko-bot
2026-09-05 12:37 ` [PATCH v6 1/4] interconnect: mediatek: fix Makefile typo for mt8196 sashiko-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).