diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-21 15:24:34 -0800 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-21 17:04:21 -0800 |
commit | dbb8fd34c401b3526ccaab5a490088d19ac3701e (patch) | |
tree | e406efa3930220ceab0f965c530734b470109fad /arch/arm/Makefile | |
parent | c896ba8883b689fa78e24d881d1387f65f9d3805 (diff) | |
download | op-kernel-dev-dbb8fd34c401b3526ccaab5a490088d19ac3701e.zip op-kernel-dev-dbb8fd34c401b3526ccaab5a490088d19ac3701e.tar.gz |
ARM: S3C24XX: Move mach-s3c2412/ cpufreq driver into mach-s3c24xx/
This patch moves mach-s3c2412/cpufreq driver into mach-s3c24xx/
and removes arch/arm/mach-s3c2412/ 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 30c443c..29e8fae 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 s3c2412 s3c2440 +machine-$(CONFIG_ARCH_S3C24XX) += s3c24xx s3c2440 machine-$(CONFIG_ARCH_S3C64XX) += s3c64xx machine-$(CONFIG_ARCH_S5P64X0) += s5p64x0 machine-$(CONFIG_ARCH_S5PC100) += s5pc100 |