aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5p64x0/Makefile
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2010-11-25 14:21:48 +0900
committerKukjin Kim <kgene.kim@samsung.com>2010-12-30 09:37:28 +0900
commit5b1bab2e9ee619599ae78fed1a6e300db84adfcf (patch)
treee1f49ba446ea31d46df1b4cf7c1b3b235a2b5589 /arch/arm/mach-s5p64x0/Makefile
parentbb1d7002bbfd1471368e1c830a1e6ddcfdff1767 (diff)
downloadkernel_samsung_smdk4412-5b1bab2e9ee619599ae78fed1a6e300db84adfcf.zip
kernel_samsung_smdk4412-5b1bab2e9ee619599ae78fed1a6e300db84adfcf.tar.gz
kernel_samsung_smdk4412-5b1bab2e9ee619599ae78fed1a6e300db84adfcf.tar.bz2
ARM: S5P64X0: Rename GPIOlib file to gpiolib.c
This patch renames S5P64X0 GPIOlib file according to other S5P SoCs. Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5p64x0/Makefile')
-rw-r--r--arch/arm/mach-s5p64x0/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5p64x0/Makefile b/arch/arm/mach-s5p64x0/Makefile
index 835d51b..ae6bf6f 100644
--- a/arch/arm/mach-s5p64x0/Makefile
+++ b/arch/arm/mach-s5p64x0/Makefile
@@ -12,7 +12,7 @@ obj- :=
# Core support for S5P64X0 system
-obj-$(CONFIG_ARCH_S5P64X0) += cpu.o init.o clock.o dma.o gpio.o
+obj-$(CONFIG_ARCH_S5P64X0) += cpu.o init.o clock.o dma.o gpiolib.o
obj-$(CONFIG_ARCH_S5P64X0) += setup-i2c0.o
obj-$(CONFIG_CPU_S5P6440) += clock-s5p6440.o
obj-$(CONFIG_CPU_S5P6450) += clock-s5p6450.o