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/mach-s3c2440/Makefile | |
parent | 5aa93c0ab86f6553a573276b17c7518c611c84a2 (diff) |
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/mach-s3c2440/Makefile')
-rw-r--r-- | arch/arm/mach-s3c2440/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/mach-s3c2440/Makefile b/arch/arm/mach-s3c2440/Makefile deleted file mode 100644 index d76e4b99e73..00000000000 --- a/arch/arm/mach-s3c2440/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# arch/arm/mach-s3c2440/Makefile -# -# Copyright 2007 Simtec Electronics -# -# Licensed under GPLv2 - -obj-y := -obj-m := -obj-n := -obj- := - -obj-$(CONFIG_S3C2440_PLL_12000000) += s3c2440-pll-12000000.o -obj-$(CONFIG_S3C2440_PLL_16934400) += s3c2440-pll-16934400.o |