diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2006-04-04 16:11:29 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2006-04-04 16:11:29 -0500 |
commit | c18bcf45c46f72f630cbbddc79a765336b79ab4f (patch) | |
tree | da83ea4fc0c1e4e0744513f2bee4247c216c6587 /arch/powerpc/platforms/85xx/Makefile | |
parent | 12df7556705aae97f24a397377e17898700d7192 (diff) | |
parent | 591f0a4287d0de243493fd0c133c862e1d1f1c97 (diff) |
Merge branch '85xx'
Diffstat (limited to 'arch/powerpc/platforms/85xx/Makefile')
-rw-r--r-- | arch/powerpc/platforms/85xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/Makefile b/arch/powerpc/platforms/85xx/Makefile index ffc4139cb21..7615aa59c78 100644 --- a/arch/powerpc/platforms/85xx/Makefile +++ b/arch/powerpc/platforms/85xx/Makefile @@ -3,3 +3,4 @@ # obj-$(CONFIG_PPC_85xx) += misc.o pci.o obj-$(CONFIG_MPC8540_ADS) += mpc85xx_ads.o +obj-$(CONFIG_MPC85xx_CDS) += mpc85xx_cds.o |