diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-05-19 09:36:28 +0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-19 13:25:30 +0400 |
commit | 2b6c02abca5a04bf8d9f8a3b1976a5b10d317603 (patch) | |
tree | 25f22fe271f6bf713b41bfdbe4719e713aea7062 /arch/arm/plat-samsung/Makefile | |
parent | 5bfdca146edc558ae6b3bac6b05dc5b1f094fbf3 (diff) | |
download | linux-2b6c02abca5a04bf8d9f8a3b1976a5b10d317603.tar.xz |
ARM: SAMSUNG: Move s3c64xx dev-ts.c to plat-samsung and rename configuration
Move the arch/arm/mach-s3c64xx/dev-ts.c file to arch/arm/plat-samsung and
rename the Kconfig entry appropriately.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-samsung/Makefile')
-rw-r--r-- | arch/arm/plat-samsung/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/Makefile b/arch/arm/plat-samsung/Makefile index 7068af322e73..48288499a3b9 100644 --- a/arch/arm/plat-samsung/Makefile +++ b/arch/arm/plat-samsung/Makefile @@ -44,6 +44,7 @@ obj-$(CONFIG_S3C_DEV_NAND) += dev-nand.o obj-$(CONFIG_S3C_DEV_RTC) += dev-rtc.o obj-$(CONFIG_SAMSUNG_DEV_ADC) += dev-adc.o +obj-$(CONFIG_SAMSUNG_DEV_TS) += dev-ts.o # DMA support |