public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* (no subject)
@ 2001-12-11 17:59 mathews.5
  0 siblings, 0 replies; only message in thread
From: mathews.5 @ 2001-12-11 17:59 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 549 bytes --]

Patched against 2.5.1-pre9: fix to compile order in drivers/media/video, 
specifically for the Zoran 36067 driver. I patched part of the compilation 
order in the 2.4.13-ac8 series, but this was missed. Fixes the Makefile so 
that the various PCI bridge drivers ($CONFIG_VIDEO_ZORAN_BUZ, ..._LML33, 
..._DC10) are compiled into the kernel before the actual zr36067 driver is 
($CONFIG_VIDEO_ZORAN). It's not the best solution, but I couldn't come up with 
anything else that allowed the zr36067 driver to be compiled into the kernel.

Terry Mathews

[-- Attachment #2: patch --]
[-- Type: application/octet-stream, Size: 674 bytes --]

--- drivers/media/video/Makefile.orig	Tue Dec 11 12:48:10 2001
+++ drivers/media/video/Makefile	Tue Dec 11 12:48:49 2001
@@ -44,11 +44,10 @@
 obj-$(CONFIG_VIDEO_CQCAM) += c-qcam.o
 obj-$(CONFIG_VIDEO_BWQCAM) += bw-qcam.o
 obj-$(CONFIG_VIDEO_W9966) += w9966.o
-obj-$(CONFIG_VIDEO_ZORAN) += zr36067.o i2c-old.o
 obj-$(CONFIG_VIDEO_ZORAN_BUZ) += saa7111.o saa7185.o
 obj-$(CONFIG_VIDEO_ZORAN_DC10) += saa7110.o adv7175.o
 obj-$(CONFIG_VIDEO_ZORAN_LML33) += bt819.o bt856.o
-obj-$(CONFIG_VIDEO_LML33) += bt856.o bt819.o
+obj-$(CONFIG_VIDEO_ZORAN) += zr36067.o i2c-old.o
 obj-$(CONFIG_VIDEO_PMS) += pms.o
 obj-$(CONFIG_VIDEO_PLANB) += planb.o
 obj-$(CONFIG_VIDEO_VINO) += vino.o

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-12-11 17:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-11 17:59 mathews.5

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox