lkml.org 
[lkml]   [2000]   [Dec]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: 2.4.0-test13-pre3: Makefile problem in drivers/video
Date
From
> you may be right there is no module "video.o". The problem is, there should 
> be a directory "media" under /lib/modules/2.4.0-test12.old/kernel/drivers/
> and this is missing in test13pre2 and test13pre3. The modules are not built.

Its a small makefile error again. The directories are not listed as containing
modules. Fix that and they are happy.

--- drivers/media/Makefile~ Sun Dec 17 21:28:20 2000
+++ drivers/media/Makefile Mon Dec 18 10:59:25 2000
@@ -10,6 +10,7 @@
#

subdir-y := video radio
+mod-subdirs := video radio

O_TARGET := media.o
obj-y := $(join $(subdir-y),$(subdir-y:%=/%.o))
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:52    [W:0.073 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site