aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s5pc1xx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-s5pc1xx/Makefile')
-rw-r--r--arch/arm/plat-s5pc1xx/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/plat-s5pc1xx/Makefile b/arch/arm/plat-s5pc1xx/Makefile
index ebbf36490f4c..e860813cb8de 100644
--- a/arch/arm/plat-s5pc1xx/Makefile
+++ b/arch/arm/plat-s5pc1xx/Makefile
@@ -13,8 +13,9 @@ obj- :=
13 13
14obj-y += dev-uart.o 14obj-y += dev-uart.o
15obj-y += cpu.o 15obj-y += cpu.o
16obj-y += irq.o 16obj-y += irq.o irq-gpio.o irq-eint.o
17obj-y += clock.o 17obj-y += clock.o
18obj-y += gpiolib.o
18 19
19# CPU support 20# CPU support
20 21
@@ -23,5 +24,6 @@ obj-$(CONFIG_CPU_S5PC100_CLOCK) += s5pc100-clock.o
23 24
24# Device setup 25# Device setup
25 26
27obj-$(CONFIG_S5P_GPIO_CFG_S5PC1XX) += gpio-config.o
26obj-$(CONFIG_S5PC100_SETUP_I2C0) += setup-i2c0.o 28obj-$(CONFIG_S5PC100_SETUP_I2C0) += setup-i2c0.o
27obj-$(CONFIG_S5PC100_SETUP_I2C1) += setup-i2c1.o 29obj-$(CONFIG_S5PC100_SETUP_I2C1) += setup-i2c1.o