public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Russell King <rmk@arm.linux.org.uk>
To: Lightweight Patch Manager <patch@luckynet.dynu.com>
Cc: Linux Colonel Mailing List <linux-kernel@vger.kernel.org>,
	Thunder <thunder@lightweight.ods.org>
Subject: Re: [PATCH][2.5] Export symbols corrected...
Date: Mon, 26 Aug 2002 10:00:23 +0100	[thread overview]
Message-ID: <20020826100023.A900@flint.arm.linux.org.uk> (raw)
In-Reply-To: <01020725200951.044B6C@hawkeye.luckynet.adm>; from patch@luckynet.dynu.com on Sun, Aug 25, 2002 at 08:09:51PM +0000

On Sun, Aug 25, 2002 at 08:09:51PM +0000, Lightweight Patch Manager wrote:
> This again corrects the exporting symbol directives in the Makefiles
> 
> diff -Nur -x SCCS -x CVS -x ChangeSet -x .deps linus-2.5/arch/arm/kernel/Makefile thunder-2.5/arch/arm/kernel/Makefile
> --- linus-2.5/arch/arm/kernel/Makefile	Sat Aug 24 04:50:16 2002
> +++ thunder-2.5/arch/arm/kernel/Makefile	Sun Aug 25 08:17:28 2002
> @@ -17,7 +17,7 @@
>  obj-n		:=
>  obj-		:=
>  
> -export-objs	:= armksyms.o apm.o dma.o ecard.o fiq.o io.o time.o
> +export-objs	:= armksyms.o dma.o ecard.o fiq.o io.o time.o

You're doing it again; maybe you should read back at the comments last
time you posted a patch on this subject?  apm.c is present in my tree,
but not yours.

> diff -Nur -x SCCS -x CVS -x ChangeSet -x .deps linus-2.5/arch/arm/mach-pxa/Makefile thunder-2.5/arch/arm/mach-pxa/Makefile
> --- linus-2.5/arch/arm/mach-pxa/Makefile	Sat Aug 24 04:50:19 2002
> +++ thunder-2.5/arch/arm/mach-pxa/Makefile	Sun Aug 25 08:18:49 2002
> @@ -12,7 +12,7 @@
>  obj-n :=
>  obj-  :=
>  
> -export-objs := generic.o irq.o dma.o sa1111.o
> +export-objs := generic.o dma.o

sa1111.o not merged yet (not even with me).  Hands orf.

> diff -Nur -x SCCS -x CVS -x ChangeSet -x .deps linus-2.5/arch/arm/mach-sa1100/Makefile thunder-2.5/arch/arm/mach-sa1100/Makefile
> --- linus-2.5/arch/arm/mach-sa1100/Makefile	Sat Aug 24 04:50:20 2002
> +++ thunder-2.5/arch/arm/mach-sa1100/Makefile	Sun Aug 25 08:20:30 2002
> @@ -11,8 +11,7 @@
>  obj-  :=
>  led-y := leds.o
>  
> -export-objs :=	dma.o generic.o irq.o pcipool.o sa1111.o sa1111-pcibuf.o \
> -		usb_ctl.o usb_recv.o usb_send.o pm.o
> +export-objs :=	dma.o generic.o pcipool.o sa1111.o sa1111-pcibuf.o pm.o

The usb stuff has moved into a subdirectory now, so yea.

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html

  parent reply	other threads:[~2002-08-26  8:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-25 20:09 [PATCH][2.5] Export symbols corrected Lightweight Patch Manager
2002-08-25 20:20 ` Thunder from the hill
2002-08-26  9:00 ` Russell King [this message]
2002-08-26 14:28   ` Thunder from the hill
2002-08-26 14:52     ` Russell King

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=20020826100023.A900@flint.arm.linux.org.uk \
    --to=rmk@arm.linux.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=patch@luckynet.dynu.com \
    --cc=thunder@lightweight.ods.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