linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] media: cec: extron-da-hd-4k-plus: drop external-module make commands
@ 2025-07-19  0:59 Randy Dunlap
       [not found] ` <687afeed.050a0220.3aa8f2.1836@mx.google.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Randy Dunlap @ 2025-07-19  0:59 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Hans Verkuil, Hans Verkuil, Mauro Carvalho Chehab,
	linux-media, Masahiro Yamada

Delete the external-module style Makefile commands. They are not needed
for in-tree modules.

This is the only Makefile in the kernel tree (aside from tools/ and
samples/) that uses this Makefile style.

The same files are built with or without this patch.

Fixes: 056f2821b631 ("media: cec: extron-da-hd-4k-plus: add the Extron DA HD 4K Plus CEC driver")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Hans Verkuil <hverkuil@kernel.org>
Cc: Hans Verkuil <hverkuil@xs4all.nl>
Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Cc: linux-media@vger.kernel.org
Cc: Masahiro Yamada <masahiroy@kernel.org>
---
 drivers/media/cec/usb/extron-da-hd-4k-plus/Makefile |    6 ------
 1 file changed, 6 deletions(-)

--- linux-next.orig/drivers/media/cec/usb/extron-da-hd-4k-plus/Makefile
+++ linux-next/drivers/media/cec/usb/extron-da-hd-4k-plus/Makefile
@@ -1,8 +1,2 @@
 extron-da-hd-4k-plus-cec-objs := extron-da-hd-4k-plus.o cec-splitter.o
 obj-$(CONFIG_USB_EXTRON_DA_HD_4K_PLUS_CEC) := extron-da-hd-4k-plus-cec.o
-
-all:
-	$(MAKE) -C $(KDIR) M=$(shell pwd) modules
-
-install:
-	$(MAKE) -C $(KDIR) M=$(shell pwd) modules_install

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

end of thread, other threads:[~2025-07-21  6:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-19  0:59 [PATCH] media: cec: extron-da-hd-4k-plus: drop external-module make commands Randy Dunlap
     [not found] ` <687afeed.050a0220.3aa8f2.1836@mx.google.com>
2025-07-19 20:38   ` Randy Dunlap
2025-07-20  9:22     ` Hans Verkuil
2025-07-20 16:50       ` Randy Dunlap
2025-07-21  6:17         ` Hans Verkuil

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).