From: mathews.5@wright.edu
To: torvalds@transmeta.com
Cc: linux-kernel@vger.kernel.org
Subject:
Date: Tue, 11 Dec 2001 12:59:20 -0500 [thread overview]
Message-ID: <3C088FE7@mailserv66> (raw)
[-- 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
reply other threads:[~2001-12-11 17:59 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3C088FE7@mailserv66 \
--to=mathews.5@wright.edu \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.