linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Peter Samuelson <peter@cadcamlab.org>
To: nbreun@gmx.de, torvalds@transmeta.com
Cc: Mikael Djurfeldt <djurfeldt@nada.kth.se>, linux-kernel@vger.kernel.org
Subject: [PATCH] 2.4.0-test13-pre3: Makefile problem in drivers/video
Date: Mon, 18 Dec 2000 01:35:55 -0600 (CST)	[thread overview]
Message-ID: <14909.48731.574210.724341@wire.cadcamlab.org> (raw)
In-Reply-To: <E147oeY-0006H7-00@mdj.nada.kth.se> <20001218001135.Z3199@cadcamlab.org> <00121808022301.00937@nmb>


[Norbert Breun]
> 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.

Does this help?  I think it's right.

Peter

diff -urk.orig 2.4.0test13pre3/drivers/media/Makefile
--- 2.4.0test13pre3/drivers/media/Makefile.orig	Sat Dec 16 06:18:16 2000
+++ 2.4.0test13pre3/drivers/media/Makefile	Mon Dec 18 01:32:34 2000
@@ -10,6 +10,7 @@
 #
 
 subdir-y     := video radio
+subdir-m     := 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/

  reply	other threads:[~2000-12-18  8:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-18  0:59 2.4.0-test13-pre3: Makefile problem in drivers/video Mikael Djurfeldt
2000-12-18  6:11 ` Peter Samuelson
2000-12-18  7:02   ` Norbert Breun
2000-12-18  7:35     ` Peter Samuelson [this message]
2000-12-18 14:49       ` [PATCH] " Norbert Breun
2000-12-18 12:01     ` Alan Cox

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=14909.48731.574210.724341@wire.cadcamlab.org \
    --to=peter@cadcamlab.org \
    --cc=djurfeldt@nada.kth.se \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nbreun@gmx.de \
    --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 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).