diff options
author | Zang Roy-r61911 <tie-fei.zang@freescale.com> | 2006-06-13 15:07:15 +0800 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-06-29 16:20:36 +1000 |
commit | c5d56332fd6c2f0c7cf9d1f65416076f2711ea28 (patch) | |
tree | bfc43a1c72cbfa01214ab5814d096737b9c53bfe /arch/powerpc/platforms/Makefile | |
parent | 1729dc7833014eaba3520091a673dbdc9242d9f9 (diff) |
[POWERPC] Add general support for mpc7448hpc2 (Taiga) platform
Add support for Freescale mpc7448 (Taiga) board support
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/Makefile')
-rw-r--r-- | arch/powerpc/platforms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/Makefile b/arch/powerpc/platforms/Makefile index 292863694562..5cf46dc57895 100644 --- a/arch/powerpc/platforms/Makefile +++ b/arch/powerpc/platforms/Makefile @@ -14,3 +14,4 @@ obj-$(CONFIG_PPC_PSERIES) += pseries/ obj-$(CONFIG_PPC_ISERIES) += iseries/ obj-$(CONFIG_PPC_MAPLE) += maple/ obj-$(CONFIG_PPC_CELL) += cell/ +obj-$(CONFIG_EMBEDDED6xx) += embedded6xx/ |