All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] saa7134 build fix
@ 2002-11-07 10:32 Gerd Knorr
  0 siblings, 0 replies; only message in thread
From: Gerd Knorr @ 2002-11-07 10:32 UTC (permalink / raw)
  To: Linus Torvalds, Kernel List, Trivial Patch Monkey

  Hi,

This patch adds the missing video-buf.o module to the module list if
CONFIG_VIDEO_SAA7134 is enabled.

  Gerd

--- linux-2.5.46/drivers/media/video/Makefile	2002-11-07 09:51:44.000000000 +0100
+++ linux/drivers/media/video/Makefile	2002-11-07 09:51:58.000000000 +0100
@@ -35,7 +35,7 @@
 obj-$(CONFIG_VIDEO_CPIA_PP) += cpia_pp.o
 obj-$(CONFIG_VIDEO_CPIA_USB) += cpia_usb.o
 obj-$(CONFIG_VIDEO_MEYE) += meye.o
-obj-$(CONFIG_VIDEO_SAA7134) += saa7134/ tuner.o tda9887.o
+obj-$(CONFIG_VIDEO_SAA7134) += saa7134/ tuner.o tda9887.o video-buf.o
 obj-$(CONFIG_TUNER_3036) += tuner-3036.o
 
 include $(TOPDIR)/Rules.make

-- 
You can't please everybody.  And usually if you _try_ to please
everybody, the end result is one big mess.
				-- Linus Torvalds, 2002-04-20

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

only message in thread, other threads:[~2002-11-07 10:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-07 10:32 [patch] saa7134 build fix Gerd Knorr

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.