From d2e7eca36dde5ee8979362bed5b27e47b37e94a0 Mon Sep 17 00:00:00 2001 From: Jongpill Lee Date: Thu, 14 Oct 2010 15:52:16 +0900 Subject: ARM: S5PV310: Add support GPIOlib This patch adds GPIOlib support for S5PV310 and S5PC210. Signed-off-by: Jongpill Lee Signed-off-by: Sangbeom Kim [kgene.kim@samsung.com: Fix NR_IRQS] Signed-off-by: Kukjin Kim --- arch/arm/mach-s5pv310/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/mach-s5pv310/Makefile') diff --git a/arch/arm/mach-s5pv310/Makefile b/arch/arm/mach-s5pv310/Makefile index 425cdd6f966..ac3b4c12555 100644 --- a/arch/arm/mach-s5pv310/Makefile +++ b/arch/arm/mach-s5pv310/Makefile @@ -13,7 +13,7 @@ obj- := # Core support for S5PV310 system obj-$(CONFIG_CPU_S5PV310) += cpu.o init.o clock.o irq-combiner.o -obj-$(CONFIG_CPU_S5PV310) += setup-i2c0.o time.o +obj-$(CONFIG_CPU_S5PV310) += setup-i2c0.o time.o gpiolib.o obj-$(CONFIG_SMP) += platsmp.o headsmp.o obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o -- cgit v1.2.2