diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2009-06-03 05:24:12 +0000 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2009-06-04 09:02:09 -0400 |
commit | 194ff1c3871307038f832b72a57e9ad13ff393ee (patch) | |
tree | c82116cb051ecd1a210ed9f1671c2dec844f9e7e /arch/powerpc/platforms/40x/Makefile | |
parent | 7b8d639cfc7967388d1cfe2a81e7e3c872a81a0d (diff) |
powerpc/40x: Convert AMCC Makalu board to ppc40x_simple
This cleans up the makalu board port to use the ppc40x_simple platform
support.
Tested-by: Stefan Roese <sr@denx.de>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/platforms/40x/Makefile')
-rw-r--r-- | arch/powerpc/platforms/40x/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/40x/Makefile b/arch/powerpc/platforms/40x/Makefile index 9bab76a652a..77d4b20b64a 100644 --- a/arch/powerpc/platforms/40x/Makefile +++ b/arch/powerpc/platforms/40x/Makefile @@ -1,6 +1,5 @@ obj-$(CONFIG_KILAUEA) += kilauea.o obj-$(CONFIG_HCU4) += hcu4.o -obj-$(CONFIG_MAKALU) += makalu.o obj-$(CONFIG_WALNUT) += walnut.o obj-$(CONFIG_XILINX_VIRTEX_GENERIC_BOARD) += virtex.o obj-$(CONFIG_EP405) += ep405.o |