diff options
author | Kumar Gala <galak@freescale.com> | 2005-10-26 09:56:10 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-27 20:51:22 +1000 |
commit | 4b24b01c6c0bab24e6a4c3e4a02d53b564f2d05c (patch) | |
tree | 37aebf090a6b48b622c1ee6045e3def62cce26f9 /arch/powerpc/sysdev/Makefile | |
parent | cffb09ce6ba7706c89c6df9ca8e72c81adda13f0 (diff) |
[PATCH] powerpc: Moved dcr support to arch/powerpc
Signed-off-by: Kumar K. Gala <kumar.gala@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/sysdev/Makefile')
-rw-r--r-- | arch/powerpc/sysdev/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/Makefile b/arch/powerpc/sysdev/Makefile index 97119c0ffc72..d071ae875e25 100644 --- a/arch/powerpc/sysdev/Makefile +++ b/arch/powerpc/sysdev/Makefile @@ -2,3 +2,5 @@ obj-$(CONFIG_MPIC) += mpic.o obj-$(CONFIG_PPC_INDIRECT_PCI) += indirect_pci.o obj-$(CONFIG_PPC_I8259) += i8259.o obj-$(CONFIG_PPC_MPC106) += grackle.o +obj-$(CONFIG_BOOKE) += dcr.o +obj-$(CONFIG_40x) += dcr.o |