mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: Arjan van de Ven <arjan@infradead.org>
Cc: linux-kernel@vger.kernel.org, dwmw2@infradead.org
Subject: Re: inter-module-* removal.. small next step
Date: Sun, 30 Jan 2005 19:05:27 +0100	[thread overview]
Message-ID: <20050130180527.GQ3185@stusta.de> (raw)
In-Reply-To: <20050130180016.GA12987@infradead.org>

On Sun, Jan 30, 2005 at 06:00:17PM +0000, Arjan van de Ven wrote:
> Hi,
> 
> intermodule is deprecated for quite some time now, and MTD is the sole last
> user in the tree. To shrink the kernel for the people who don't use MTD, and
> to prevent accidental return of more users of this, make the compiling of
> this function conditional on MTD.
> 
> 
> Signed-off-by: Arjan van de Ven <arjan@infradead.org>
> 
> --- linux/kernel/Makefile	2005-01-30 18:57:11.000000000 +0100
> +++ linux/kernel/Makefile	2005-01-30 18:57:11.000000000 +0100
> @@ -6,7 +6,7 @@
>  	    exit.o itimer.o time.o softirq.o resource.o \
>  	    sysctl.o capability.o ptrace.o timer.o user.o \
>  	    signal.o sys.o kmod.o workqueue.o pid.o \
> -	    rcupdate.o intermodule.o extable.o params.o posix-timers.o \
> +	    rcupdate.o extable.o params.o posix-timers.o \
>  	    kthread.o wait.o kfifo.o sys_ni.o
>  
>  obj-$(CONFIG_FUTEX) += futex.o
> @@ -27,6 +27,10 @@
>  obj-$(CONFIG_SYSFS) += ksysfs.o
>  obj-$(CONFIG_GENERIC_HARDIRQS) += irq/
>  
> +inter-$(CONFIG_MTD)	+= intermodule.o
> +obj-y	+= $(inter-y)
> +obj-y  += $(inter=m)
>...

This should be inter-m .

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


  reply	other threads:[~2005-01-30 18:06 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-30 18:00 Arjan van de Ven
2005-01-30 18:05 ` Adrian Bunk [this message]
2005-01-30 18:10 ` Adrian Bunk
2005-01-30 18:15   ` Arjan van de Ven
2005-01-30 19:58     ` Andrew Morton
2005-01-30 20:29       ` Arjan van de Ven
2005-01-31  0:41 ` David Woodhouse
2005-01-31  0:54   ` Jon Smirl
2005-01-31  1:35     ` David Woodhouse
2005-01-31  8:24   ` Arjan van de Ven
2005-01-31 13:56     ` Jörn Engel
2005-01-31 14:01       ` Adrian Bunk
2005-01-31 14:26         ` Jörn Engel
2005-01-31 14:34         ` Jörn Engel
2005-01-31 14:06       ` David Woodhouse
2005-01-31 14:27         ` Jörn Engel

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=20050130180527.GQ3185@stusta.de \
    --to=bunk@stusta.de \
    --cc=arjan@infradead.org \
    --cc=dwmw2@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    /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

all inboxes | Powered by JetHome®