* [Linux-ia64] drivers/acpi/Makefile, CONFIG_ACPI_KERNEL_CONFIG
@ 2001-09-06 7:16 Keith Owens
2001-09-06 7:46 ` KOCHI Takayoshi
0 siblings, 1 reply; 2+ messages in thread
From: Keith Owens @ 2001-09-06 7:16 UTC (permalink / raw)
To: linux-ia64
Linus's 2.4.9, drivers/acpi/Makefile has
ifdef CONFIG_ACPI_KERNEL_CONFIG
obj-$(CONFIG_ACPI) += acpiconf.o osconf.o
else
The IA64 patch has
ifdef CONFIG_ACPI_KERNEL_CONFIG
obj-$(CONFIG_ACPI) += acpiconf.o osconf.o driver.o
else
Any reason the trailing driver.o is missing from Linus's kernel?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Linux-ia64] drivers/acpi/Makefile, CONFIG_ACPI_KERNEL_CONFIG
2001-09-06 7:16 [Linux-ia64] drivers/acpi/Makefile, CONFIG_ACPI_KERNEL_CONFIG Keith Owens
@ 2001-09-06 7:46 ` KOCHI Takayoshi
0 siblings, 0 replies; 2+ messages in thread
From: KOCHI Takayoshi @ 2001-09-06 7:46 UTC (permalink / raw)
To: linux-ia64
Hi,
> Linus's 2.4.9, drivers/acpi/Makefile has
>
> ifdef CONFIG_ACPI_KERNEL_CONFIG
> obj-$(CONFIG_ACPI) += acpiconf.o osconf.o
> else
>
> The IA64 patch has
>
> ifdef CONFIG_ACPI_KERNEL_CONFIG
> obj-$(CONFIG_ACPI) += acpiconf.o osconf.o driver.o
> else
>
> Any reason the trailing driver.o is missing from Linus's kernel?
I don't see any special reason because driver.o has been there
since 2.4.7 ia64 patch (i.e. ACPI Bus Manager configuration was
added to config).
Regards,
--
KOCHI Takayoshi <t-kouchi@cq.jp.nec.com/t-kouchi@mvf.biglobe.ne.jp>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-09-06 7:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-06 7:16 [Linux-ia64] drivers/acpi/Makefile, CONFIG_ACPI_KERNEL_CONFIG Keith Owens
2001-09-06 7:46 ` KOCHI Takayoshi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox