diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-06-09 16:24:09 -0700 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-07-03 16:39:55 +0100 |
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/ core-$(CONFIG_ARCH_MXC) += arch/arm/plat-mxc/ drivers-$(CONFIG_OPROFILE) += arch/arm/oprofile/ -drivers-$(CONFIG_ARCH_CLPS7500) += drivers/acorn/char/ -drivers-$(CONFIG_ARCH_L7200) += drivers/acorn/char/ libs-y := arch/arm/lib/ $(libs-y) |