diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-05-08 07:28:38 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-05-08 11:54:20 +1000 |
commit | cb9e4d10c448a388babd9dfbfa2b8bb1c5bbf84f (patch) | |
tree | eff87a1b21f176dd39e1a1bb0c88c1e73156ea88 /arch/powerpc/platforms/embedded6xx/Makefile | |
parent | 05ad6a9159401804c9bcec8922a9c4a1cb2bfb59 (diff) |
[POWERPC] Add support for 750CL Holly board
Add PowerPC 750 Holly/Hickory platform support
Signed-off-by: Stephen Winiecki <stevewin@us.ibm.com>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/embedded6xx/Makefile')
-rw-r--r-- | arch/powerpc/platforms/embedded6xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/embedded6xx/Makefile b/arch/powerpc/platforms/embedded6xx/Makefile index d3d11a3cd65..b39fe4f470d 100644 --- a/arch/powerpc/platforms/embedded6xx/Makefile +++ b/arch/powerpc/platforms/embedded6xx/Makefile @@ -3,3 +3,4 @@ # obj-$(CONFIG_MPC7448HPC2) += mpc7448_hpc2.o obj-$(CONFIG_LINKSTATION) += linkstation.o ls_uart.o +obj-$(CONFIG_PPC_HOLLY) += holly.o |