diff options
author | Heiko Stuebner <heiko@sntech.de> | 2012-03-07 01:47:15 -0800 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-03-07 01:47:15 -0800 |
commit | 2c5689a7c96ea4c04f0454cd29eaf957a3080877 (patch) | |
tree | 2fb8dd5bbddc1dc55d30b62c273b0ab1705d6e70 /arch/arm/plat-s3c24xx/Makefile | |
parent | ec2cc753f47bfb4ce3584eb8cd9119340617bf12 (diff) | |
download | blackbird-op-linux-2c5689a7c96ea4c04f0454cd29eaf957a3080877.tar.gz blackbird-op-linux-2c5689a7c96ea4c04f0454cd29eaf957a3080877.zip |
ARM: S3C24XX: Move device setup files to mach directory
Includes a small rename of the SETUP_TS option to a S3C24XX prefix.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-s3c24xx/Makefile')
-rw-r--r-- | arch/arm/plat-s3c24xx/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/plat-s3c24xx/Makefile b/arch/arm/plat-s3c24xx/Makefile index 27dd9c5fc147..2467b800cc76 100644 --- a/arch/arm/plat-s3c24xx/Makefile +++ b/arch/arm/plat-s3c24xx/Makefile @@ -31,7 +31,3 @@ obj-$(CONFIG_S3C24XX_DMA) += dma.o obj-$(CONFIG_S3C2410_IOTIMING) += s3c2410-iotiming.o obj-$(CONFIG_S3C2412_IOTIMING) += s3c2412-iotiming.o obj-$(CONFIG_S3C2410_CPUFREQ_UTILS) += s3c2410-cpufreq-utils.o - -# device specific setup and/or initialisation -obj-$(CONFIG_ARCH_S3C24XX) += setup-i2c.o -obj-$(CONFIG_S3C2410_SETUP_TS) += setup-ts.o |