aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2410/Makefile
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2013-01-21 15:16:35 -0800
committerKukjin Kim <kgene.kim@samsung.com>2013-01-21 17:03:32 -0800
commit82c1871245fc6626a0e2f127b4fd202698541c40 (patch)
tree351d2162f6ce3f40e7a7097317f81bfe03526e99 /arch/arm/mach-s3c2410/Makefile
parentARM: S3C24XX: Move mach-s3c2410/ cpufreq into mach-s3c24xx/ (diff)
downloadlinux-dev-82c1871245fc6626a0e2f127b4fd202698541c40.tar.xz
linux-dev-82c1871245fc6626a0e2f127b4fd202698541c40.zip
ARM: S3C24XX: Move mach-s3c2410/ pll into mach-s3c24xx/
This patch moves mach-s3c2410/pll into mach-s3c24xx/ and removes arch/arm/mach-s3c2410/ directory in kernel. Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to '')
-rw-r--r--arch/arm/mach-s3c2410/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/mach-s3c2410/Makefile b/arch/arm/mach-s3c2410/Makefile
deleted file mode 100644
index 2a160a5a6113..000000000000
--- a/arch/arm/mach-s3c2410/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# arch/arm/mach-s3c2410/Makefile
-#
-# Copyright 2007 Simtec Electronics
-#
-# Licensed under GPLv2
-
-obj-y :=
-obj-m :=
-obj-n :=
-obj- :=
-
-obj-$(CONFIG_S3C2410_PLLTABLE) += pll.o
-