All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Deepak Saxena <dsaxena@plexity.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Trivial: Consolidate HPET_TIMER Makefile entries
Date: Mon, 7 Aug 2006 15:31:44 -0700	[thread overview]
Message-ID: <20060807223144.GA14812@kroah.com> (raw)
In-Reply-To: <20060807210030.GA1391@plexity.net>

On Mon, Aug 07, 2006 at 02:00:30PM -0700, Deepak Saxena wrote:
> 
> Signed-off-by: Deepak Saxena <dsaxena@mvista.com>
> 
> 
> diff --git a/arch/i386/kernel/Makefile b/arch/i386/kernel/Makefile
> index ab98fc2..085b9fa 100644
> --- a/arch/i386/kernel/Makefile
> +++ b/arch/i386/kernel/Makefile
> @@ -32,12 +32,11 @@ obj-$(CONFIG_KPROBES)		+= kprobes.o
>  obj-$(CONFIG_MODULES)		+= module.o
>  obj-y				+= sysenter.o vsyscall.o
>  obj-$(CONFIG_ACPI_SRAT) 	+= srat.o
> -obj-$(CONFIG_HPET_TIMER) 	+= time_hpet.o
>  obj-$(CONFIG_EFI) 		+= efi.o efi_stub.o
>  obj-$(CONFIG_DOUBLEFAULT) 	+= doublefault.o
>  obj-$(CONFIG_VM86)		+= vm86.o
>  obj-$(CONFIG_EARLY_PRINTK)	+= early_printk.o
> -obj-$(CONFIG_HPET_TIMER) 	+= hpet.o
> +obj-$(CONFIG_HPET_TIMER) 	+= time_hpet.o hpet.o
>  obj-$(CONFIG_K8_NB)		+= k8.o
>  obj-$(CONFIG_AUDIT)		+= audit.o

Is this necessary for 2.6.18-final?  Are you sure that we don't need
this for link order issues?

Care to use the trivial tree for this?

thanks,

greg k-h

      reply	other threads:[~2006-08-07 22:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-07 21:00 [PATCH] Trivial: Consolidate HPET_TIMER Makefile entries Deepak Saxena
2006-08-07 22:31 ` Greg KH [this message]

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=20060807223144.GA14812@kroah.com \
    --to=greg@kroah.com \
    --cc=dsaxena@plexity.net \
    --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 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.