diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-06-09 19:24:09 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-07-03 11:39:55 -0400 |
commit | 6ccc3fc56e4cca6aceb81376fdb5d4c3340e72d8 (patch) | |
tree | a62433f45085b6fcca8738af40cad75b2edfeac3 /arch/arm/Makefile | |
parent | 543cf4cb3fe6f6cae3651ba918b9c56200b257d0 (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/Makefile | 2 |
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/ | |||
190 | core-$(CONFIG_ARCH_MXC) += arch/arm/plat-mxc/ | 190 | core-$(CONFIG_ARCH_MXC) += arch/arm/plat-mxc/ |
191 | 191 | ||
192 | drivers-$(CONFIG_OPROFILE) += arch/arm/oprofile/ | 192 | drivers-$(CONFIG_OPROFILE) += arch/arm/oprofile/ |
193 | drivers-$(CONFIG_ARCH_CLPS7500) += drivers/acorn/char/ | ||
194 | drivers-$(CONFIG_ARCH_L7200) += drivers/acorn/char/ | ||
195 | 193 | ||
196 | libs-y := arch/arm/lib/ $(libs-y) | 194 | libs-y := arch/arm/lib/ $(libs-y) |
197 | 195 | ||