* [PATCH] Trivial: Consolidate HPET_TIMER Makefile entries
@ 2006-08-07 21:00 Deepak Saxena
2006-08-07 22:31 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Deepak Saxena @ 2006-08-07 21:00 UTC (permalink / raw)
To: greg; +Cc: linux-kernel
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
--
Deepak Saxena - dsaxena@plexity.net - http://www.plexity.net
"An open heart has no possessions, only experiences" - Matt Bibbeau
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Trivial: Consolidate HPET_TIMER Makefile entries
2006-08-07 21:00 [PATCH] Trivial: Consolidate HPET_TIMER Makefile entries Deepak Saxena
@ 2006-08-07 22:31 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2006-08-07 22:31 UTC (permalink / raw)
To: Deepak Saxena; +Cc: linux-kernel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-08-07 22:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-07 21:00 [PATCH] Trivial: Consolidate HPET_TIMER Makefile entries Deepak Saxena
2006-08-07 22:31 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox