summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/40x/Makefile
diff options
context:
space:
mode:
authorJosh Boyer2008-09-04 02:58:22 +0200
committerJosh Boyer2008-10-17 16:31:18 +0200
commit8105fa88593c87f8aba0e7e829d7dc0ee94fe2cf (patch)
tree4ed396580dfdcced402f31b1ead260482c7677c6 /arch/powerpc/platforms/40x/Makefile
parentpowerpc/40x: Add AMCC PowerPC 405EZ to cputable (diff)
downloadkernel-qcow2-linux-8105fa88593c87f8aba0e7e829d7dc0ee94fe2cf.tar.gz
kernel-qcow2-linux-8105fa88593c87f8aba0e7e829d7dc0ee94fe2cf.tar.xz
kernel-qcow2-linux-8105fa88593c87f8aba0e7e829d7dc0ee94fe2cf.zip
powerpc/40x: Add PowerPC 40x simple platform support
This adds a common board file for almost all of the "simple" PowerPC 40x boards that exist today. This is intended to be a single place to add support for boards that do not differ in platform support from most of the evaluation boards that are used as reference platforms. Boards that have specific requirements or custom hardware setup should still have their own board.c file. The first board ported to this is the AMCC PowerPC 405EZ Acadia board. Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/platforms/40x/Makefile')
-rw-r--r--arch/powerpc/platforms/40x/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/40x/Makefile b/arch/powerpc/platforms/40x/Makefile
index 5533a5c8ce4e..1d93273a1db1 100644
--- a/arch/powerpc/platforms/40x/Makefile
+++ b/arch/powerpc/platforms/40x/Makefile
@@ -3,3 +3,4 @@ obj-$(CONFIG_MAKALU) += makalu.o
obj-$(CONFIG_WALNUT) += walnut.o
obj-$(CONFIG_XILINX_VIRTEX_GENERIC_BOARD) += virtex.o
obj-$(CONFIG_EP405) += ep405.o
+obj-$(CONFIG_PPC40x_SIMPLE) += ppc40x_simple.o