diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-21 15:39:09 -0800 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-21 17:05:23 -0800 |
commit | acf2d41d8595829eb0ac7bf6891f4875a78d4d6e (patch) | |
tree | 80fe2af25c1c378a252538f29086634a3ca6aa8a /arch/arm/Makefile | |
parent | 5aa93c0ab86f6553a573276b17c7518c611c84a2 (diff) | |
download | linux-3.10-acf2d41d8595829eb0ac7bf6891f4875a78d4d6e.tar.gz linux-3.10-acf2d41d8595829eb0ac7bf6891f4875a78d4d6e.tar.bz2 linux-3.10-acf2d41d8595829eb0ac7bf6891f4875a78d4d6e.zip |
ARM: S3C24XX: Move mach-s3c2440/ pll into mach-s3c24xx/
This patch moves mach-s3c2440/pll into mach-s3c24xx/
and removes arch/arm/mach-s3c2440/ directory in kernel.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
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 29e8faecc09..0935dac37f6 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -173,7 +173,7 @@ machine-$(CONFIG_ARCH_PRIMA2) += prima2 machine-$(CONFIG_ARCH_PXA) += pxa machine-$(CONFIG_ARCH_REALVIEW) += realview machine-$(CONFIG_ARCH_RPC) += rpc -machine-$(CONFIG_ARCH_S3C24XX) += s3c24xx s3c2440 +machine-$(CONFIG_ARCH_S3C24XX) += s3c24xx machine-$(CONFIG_ARCH_S3C64XX) += s3c64xx machine-$(CONFIG_ARCH_S5P64X0) += s5p64x0 machine-$(CONFIG_ARCH_S5PC100) += s5pc100 |