diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2009-06-03 05:28:03 +0000 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2009-06-04 09:02:21 -0400 |
commit | 336ff735425d2709c4bb3f2a55f7565e8170ce7a (patch) | |
tree | c2e0733803ef655966e72021185e9369090b1856 /arch/powerpc/platforms/40x/Makefile | |
parent | 194ff1c3871307038f832b72a57e9ad13ff393ee (diff) |
powerpc/40x: Convert AMCC Kilauea/Halekala boards to ppc40x_simple
This cleans up the kilauea/halekala board ports 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 77d4b20b64a..56e89004c46 100644 --- a/arch/powerpc/platforms/40x/Makefile +++ b/arch/powerpc/platforms/40x/Makefile @@ -1,4 +1,3 @@ -obj-$(CONFIG_KILAUEA) += kilauea.o obj-$(CONFIG_HCU4) += hcu4.o obj-$(CONFIG_WALNUT) += walnut.o obj-$(CONFIG_XILINX_VIRTEX_GENERIC_BOARD) += virtex.o |