diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-26 16:37:50 +0900 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-01 17:55:31 +0000 |
commit | 70556b143ae4cf404a73c2461a6bf7fef3fefbf7 (patch) | |
tree | fbbcd4328bc7614206e50cfb22c9272a23258ad0 /arch/arm/mach-s3c2442 | |
parent | 916ee9249a7f19d8eb18cc9ee16ca495a517ab34 (diff) |
ARM: S3C24XX: Remove old mach-s3c2442
Remove the old mach-s3c2442 directory now all is merged into mach-s3c2440
and remove it from the arch/arm build process.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2442')
-rw-r--r-- | arch/arm/mach-s3c2442/Kconfig | 4 | ||||
-rw-r--r-- | arch/arm/mach-s3c2442/Makefile | 15 |
2 files changed, 0 insertions, 19 deletions
diff --git a/arch/arm/mach-s3c2442/Kconfig b/arch/arm/mach-s3c2442/Kconfig deleted file mode 100644 index 29ef0669e95..00000000000 --- a/arch/arm/mach-s3c2442/Kconfig +++ /dev/null @@ -1,4 +0,0 @@ -# Copyright 2007 Simtec Electronics -# -# Licensed under GPLv2 - diff --git a/arch/arm/mach-s3c2442/Makefile b/arch/arm/mach-s3c2442/Makefile deleted file mode 100644 index 7e31ccdc83d..00000000000 --- a/arch/arm/mach-s3c2442/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# arch/arm/mach-s3c2442/Makefile -# -# Copyright 2007 Simtec Electronics -# -# Licensed under GPLv2 - -obj-y := -obj-m := -obj-n := -obj- := - -obj-$(CONFIG_CPU_S3C2442) += s3c2442.o - -# Machine support - |