summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/embedded6xx/Makefile
diff options
context:
space:
mode:
authorRemi Machet <rmachet@slac.stanford.edu>2008-05-17 05:31:04 +1000
committerPaul Mackerras <paulus@samba.org>2008-06-09 13:42:27 +1000
commit46388c0d88add1c39926cd415039fe931edd5829 (patch)
tree5a7f755de93bb8fc2718f8eb099b0e4247c7d99f /arch/powerpc/platforms/embedded6xx/Makefile
parentc6ec08e03dd06b8dfa3f6d938b0a89c6ed8475c9 (diff)
powerpc: C2K board driver
Support for the C2K cPCI Single Board Computer from GEFanuc (PowerPC MPC7448 with a Marvell MV64460 chipset). All features of the board are not supported yet, but the board boots, flash works, all Ethernet ports are working and PCI devices are all found (USB and SATA on PCI1 do not work yet). Part 3 of 5: driver for the board. At this time it is very generic and similar to its original, the driver for the prpmc2800. Signed-off-by: Remi Machet <rmachet@slac.stanford.edu> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/embedded6xx/Makefile')
-rw-r--r--arch/powerpc/platforms/embedded6xx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/embedded6xx/Makefile b/arch/powerpc/platforms/embedded6xx/Makefile
index 06524d3ffd2e..0773c08bd444 100644
--- a/arch/powerpc/platforms/embedded6xx/Makefile
+++ b/arch/powerpc/platforms/embedded6xx/Makefile
@@ -6,3 +6,4 @@ obj-$(CONFIG_LINKSTATION) += linkstation.o ls_uart.o
obj-$(CONFIG_STORCENTER) += storcenter.o
obj-$(CONFIG_PPC_HOLLY) += holly.o
obj-$(CONFIG_PPC_PRPMC2800) += prpmc2800.o
+obj-$(CONFIG_PPC_C2K) += c2k.o