diff options
author | Scott Wood <scottwood@freescale.com> | 2008-01-17 16:31:40 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-23 19:34:40 -0600 |
commit | b09c16440eb39c12cc91aea5b572c753a5567d57 (patch) | |
tree | d23f6bc58c0147e02d7f84fd5b03e0d80b50efb5 /arch/powerpc/platforms/8xx/Makefile | |
parent | e8b63761554aca641bd9020447d487bfd85111bf (diff) | |
download | blackbird-op-linux-b09c16440eb39c12cc91aea5b572c753a5567d57.tar.gz blackbird-op-linux-b09c16440eb39c12cc91aea5b572c753a5567d57.zip |
[POWERPC] 8xx: Analogue & Micro Adder875 board support.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/8xx/Makefile')
-rw-r--r-- | arch/powerpc/platforms/8xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/8xx/Makefile b/arch/powerpc/platforms/8xx/Makefile index 8b7098018b59..7b71d9c8fb45 100644 --- a/arch/powerpc/platforms/8xx/Makefile +++ b/arch/powerpc/platforms/8xx/Makefile @@ -5,3 +5,4 @@ obj-$(CONFIG_PPC_8xx) += m8xx_setup.o obj-$(CONFIG_MPC885ADS) += mpc885ads_setup.o obj-$(CONFIG_MPC86XADS) += mpc86xads_setup.o obj-$(CONFIG_PPC_EP88XC) += ep88xc.o +obj-$(CONFIG_PPC_ADDER875) += adder875.o |