aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Makefile
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-06-09 19:24:09 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-07-03 11:39:55 -0400
commit6ccc3fc56e4cca6aceb81376fdb5d4c3340e72d8 (patch)
treea62433f45085b6fcca8738af40cad75b2edfeac3 /arch/arm/Makefile
parent543cf4cb3fe6f6cae3651ba918b9c56200b257d0 (diff)
[ARM] remove drivers/acorn/char/defkeymap-l7200.c
The config option for building drivers/acorn/char/defkeymap-l7200.c is not present since at least kernel 2.6.0. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r--arch/arm/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index e72db27e0ba0..1d74342d09c0 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -190,8 +190,6 @@ core-$(CONFIG_PLAT_S3C24XX) += arch/arm/plat-s3c24xx/
190core-$(CONFIG_ARCH_MXC) += arch/arm/plat-mxc/ 190core-$(CONFIG_ARCH_MXC) += arch/arm/plat-mxc/
191 191
192drivers-$(CONFIG_OPROFILE) += arch/arm/oprofile/ 192drivers-$(CONFIG_OPROFILE) += arch/arm/oprofile/
193drivers-$(CONFIG_ARCH_CLPS7500) += drivers/acorn/char/
194drivers-$(CONFIG_ARCH_L7200) += drivers/acorn/char/
195 193
196libs-y := arch/arm/lib/ $(libs-y) 194libs-y := arch/arm/lib/ $(libs-y)
197 195