diff options
author | Adrian Bunk <bunk@kernel.org> | 2009-01-13 05:20:01 +0100 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2009-01-27 07:42:02 +0100 |
commit | 3947fca786dcd8ee6255a8bed7963357b3d984f6 (patch) | |
tree | 4535f6f05d8aaef91cc8a5c18471057a6c92e2e9 /arch/m68knommu/Makefile | |
parent | m68knommu: set NO_DMA (diff) | |
download | linux-3947fca786dcd8ee6255a8bed7963357b3d984f6.tar.xz linux-3947fca786dcd8ee6255a8bed7963357b3d984f6.zip |
m68knommu: remove obsolete and unused eLIA board
Greg Ungerer said about this board:
Only ever a handful where made, and that was in 1999.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu/Makefile')
-rw-r--r-- | arch/m68knommu/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68knommu/Makefile b/arch/m68knommu/Makefile index b63bbcf874ff..fd0fb303d885 100644 --- a/arch/m68knommu/Makefile +++ b/arch/m68knommu/Makefile @@ -41,7 +41,6 @@ board-$(CONFIG_M5271EVB) := M5271EVB board-$(CONFIG_M5275EVB) := M5275EVB board-$(CONFIG_M5282EVB) := M5282EVB board-$(CONFIG_ELITE) := eLITE -board-$(CONFIG_eLIA) := eLIA board-$(CONFIG_NETtel) := NETtel board-$(CONFIG_SECUREEDGEMP3) := MP3 board-$(CONFIG_CLEOPATRA) := CLEOPATRA |