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/Makefile | |
parent | 916ee9249a7f19d8eb18cc9ee16ca495a517ab34 (diff) | |
download | op-kernel-dev-70556b143ae4cf404a73c2461a6bf7fef3fefbf7.zip op-kernel-dev-70556b143ae4cf404a73c2461a6bf7fef3fefbf7.tar.gz |
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/Makefile')
-rw-r--r-- | arch/arm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index bbcd512..893bcfc 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -158,7 +158,7 @@ machine-$(CONFIG_ARCH_PNX4008) := pnx4008 machine-$(CONFIG_ARCH_PXA) := pxa machine-$(CONFIG_ARCH_REALVIEW) := realview machine-$(CONFIG_ARCH_RPC) := rpc -machine-$(CONFIG_ARCH_S3C2410) := s3c2410 s3c2400 s3c2412 s3c2440 s3c2442 s3c2443 +machine-$(CONFIG_ARCH_S3C2410) := s3c2410 s3c2400 s3c2412 s3c2440 s3c2443 machine-$(CONFIG_ARCH_S3C24A0) := s3c24a0 machine-$(CONFIG_ARCH_S3C64XX) := s3c6400 s3c6410 machine-$(CONFIG_ARCH_S5P6440) := s5p6440 |