Re: [PATCH 2/2] ISA DMA suspend for x86_64

From: Pierre Ossman
Date: Sat Jul 02 2005 - 12:58:11 EST


Andi Kleen wrote:

>
>I think that will break in builds with separate objdirs. You'll need
>to do it like the other files (see the end of the Makefile)
>
>
>

Like this?

Rgds
Pierre

Index: linux-wbsd/arch/x86_64/kernel/Makefile
===================================================================
--- linux-wbsd/arch/x86_64/kernel/Makefile (revision 153)
+++ linux-wbsd/arch/x86_64/kernel/Makefile (working copy)
@@ -44,3 +45,4 @@
microcode-$(subst m,y,$(CONFIG_MICROCODE)) += ../../i386/kernel/microcode.o
intel_cacheinfo-y += ../../i386/kernel/cpu/intel_cacheinfo.o
quirks-y += ../../i386/kernel/quirks.o
+i8237-y += ../../i386/kernel/i8237.o