diff options
author | Kumar Gala <galak@freescale.com> | 2005-09-03 15:55:26 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 00:05:54 -0700 |
commit | 37330c9146767fd4f5eb147b01cb500eabf773cf (patch) | |
tree | 24c39b09fe8d1394a952672ffea09b3a43c6950d /arch/ppc/platforms/4xx/Makefile | |
parent | 6db789b6a3a9ee41b22de3980748af85f7dbe416 (diff) | |
download | blackbird-op-linux-37330c9146767fd4f5eb147b01cb500eabf773cf.tar.gz blackbird-op-linux-37330c9146767fd4f5eb147b01cb500eabf773cf.zip |
[PATCH] ppc32: Remove board support for OAK
Support for the OAK 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 f00e0d02ee2c..1dd6d7fd6a9a 100644 --- a/arch/ppc/platforms/4xx/Makefile +++ b/arch/ppc/platforms/4xx/Makefile @@ -7,7 +7,6 @@ obj-$(CONFIG_EBONY) += ebony.o obj-$(CONFIG_EP405) += ep405.o obj-$(CONFIG_BUBINGA) += bubinga.o obj-$(CONFIG_LUAN) += luan.o -obj-$(CONFIG_OAK) += oak.o obj-$(CONFIG_OCOTEA) += ocotea.o obj-$(CONFIG_REDWOOD_5) += redwood5.o obj-$(CONFIG_REDWOOD_6) += redwood6.o |