diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2007-12-21 05:39:34 +0100 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-23 20:14:57 +0100 |
commit | 3de9c9cd22c69c6aa2e17d4dcf55dcf1260b5718 (patch) | |
tree | 1bb1665e7eda052017cd4b0c53a699883aa30691 /arch/powerpc/platforms/44x/Makefile | |
parent | [POWERPC] 4xx: Rework clock probing in boot wrapper (diff) | |
download | linux-3de9c9cd22c69c6aa2e17d4dcf55dcf1260b5718.tar.xz linux-3de9c9cd22c69c6aa2e17d4dcf55dcf1260b5718.zip |
[POWERPC] 4xx: Base support for 440SPe "Katmai" eval board
This adds base support for the Katmai board, including PCI-X and
PCI-Express (but no RTC, nvram, etc... yet).
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Stefan Roese <sr@denx.de>
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/44x/Makefile b/arch/powerpc/platforms/44x/Makefile index 8b05589471d2..6f77034f421e 100644 --- a/arch/powerpc/platforms/44x/Makefile +++ b/arch/powerpc/platforms/44x/Makefile @@ -1,5 +1,6 @@ obj-$(CONFIG_44x) := misc_44x.o obj-$(CONFIG_EBONY) += ebony.o obj-$(CONFIG_TAISHAN) += taishan.o -obj-$(CONFIG_BAMBOO) += bamboo.o +obj-$(CONFIG_BAMBOO) += bamboo.o obj-$(CONFIG_SEQUOIA) += sequoia.o +obj-$(CONFIG_KATMAI) += katmai.o |