diff options
author | Kumar Gala <galak@freescale.com> | 2005-09-03 15:55:21 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 00:05:53 -0700 |
commit | f4f1269cb36adfb452c04dcb3d40f51b8a1956bb (patch) | |
tree | f078687fe13c314dabb8c68e1f50f8d99632b500 /arch/ppc/platforms/4xx/Makefile | |
parent | a3800d8ffa0a91f3047cbfa82e435d483ffc8dd4 (diff) |
[PATCH] ppc32: Remove board support for ASH
Support for the ASH board is no longer maintained and thus being removed
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc/platforms/4xx/Makefile')
-rw-r--r-- | arch/ppc/platforms/4xx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ppc/platforms/4xx/Makefile b/arch/ppc/platforms/4xx/Makefile index 844c3b5066e..f00e0d02ee2 100644 --- a/arch/ppc/platforms/4xx/Makefile +++ b/arch/ppc/platforms/4xx/Makefile @@ -1,7 +1,6 @@ # # Makefile for the PowerPC 4xx linux kernel. -obj-$(CONFIG_ASH) += ash.o obj-$(CONFIG_BAMBOO) += bamboo.o obj-$(CONFIG_CPCI405) += cpci405.o obj-$(CONFIG_EBONY) += ebony.o |