diff options
author | Heiko Schocher <hs@denx.de> | 2008-06-14 21:02:04 +0200 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-09-16 10:01:30 -0500 |
commit | e14d4af0c87af0be7f2d0e204e1922cf4fa3c19e (patch) | |
tree | 5110ff3c34f3be586171aec2be6f4cd34e641b36 /arch/powerpc/platforms/8xx/Makefile | |
parent | a501d8f30e4fcca563e4ee462be00f96e51181d5 (diff) | |
download | blackbird-op-linux-e14d4af0c87af0be7f2d0e204e1922cf4fa3c19e.tar.gz blackbird-op-linux-e14d4af0c87af0be7f2d0e204e1922cf4fa3c19e.zip |
powerpc: Add support for the MPC852 based mgsuvd board from keymile.
Supported SMC1 (serial console), SCC3 Ethernet (10Mbps hdx).
Signed-off-by: Heiko Schocher <hs@denx.de>
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 7b71d9c8fb45..bdbfd7496018 100644 --- a/arch/powerpc/platforms/8xx/Makefile +++ b/arch/powerpc/platforms/8xx/Makefile @@ -6,3 +6,4 @@ obj-$(CONFIG_MPC885ADS) += mpc885ads_setup.o obj-$(CONFIG_MPC86XADS) += mpc86xads_setup.o obj-$(CONFIG_PPC_EP88XC) += ep88xc.o obj-$(CONFIG_PPC_ADDER875) += adder875.o +obj-$(CONFIG_PPC_MGSUVD) += mgsuvd.o |