diff options
author | Valentine Barshak <vbarshak@ru.mvista.com> | 2007-10-31 03:57:39 +1100 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-23 13:23:18 -0600 |
commit | 6272175d2a0849ac36e3ea54c0b6949009532a75 (patch) | |
tree | eb1edb67e63cfdbf97a2a353acca26d2cd681693 /arch/powerpc/platforms/44x/Makefile | |
parent | 3910cd8c11a883a5e4d644f24c56b9897dffb34c (diff) |
[POWERPC] 4xx: 440GRx Rainier board support.
PowerPC 440GRx Rainier board support.
Signed-off-by: Valentine Barshak <vbarshak@ru.mvista.com>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/platforms/44x/Makefile')
-rw-r--r-- | arch/powerpc/platforms/44x/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/44x/Makefile b/arch/powerpc/platforms/44x/Makefile index 6f77034f421e..a2a0dc13e9e9 100644 --- a/arch/powerpc/platforms/44x/Makefile +++ b/arch/powerpc/platforms/44x/Makefile @@ -4,3 +4,4 @@ obj-$(CONFIG_TAISHAN) += taishan.o obj-$(CONFIG_BAMBOO) += bamboo.o obj-$(CONFIG_SEQUOIA) += sequoia.o obj-$(CONFIG_KATMAI) += katmai.o +obj-$(CONFIG_RAINIER) += rainier.o |