Merge branch 'omap-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind...
[safe/jmp/linux-2.6] / arch / arm / plat-s3c / Makefile
index 3c543ed..8d7815d 100644 (file)
@@ -13,3 +13,20 @@ obj-                         :=
 
 obj-y                          +=  init.o
 obj-y                          += time.o
+obj-y                          += clock.o
+obj-y                          += pwm-clock.o
+obj-y                          += gpio.o
+obj-y                          += gpio-config.o
+
+# PM support
+
+obj-$(CONFIG_PM)               += pm.o
+obj-$(CONFIG_S3C2410_PM_CHECK) += pm-check.o
+
+# devices
+
+obj-$(CONFIG_S3C_DEV_HSMMC)    += dev-hsmmc.o
+obj-$(CONFIG_S3C_DEV_HSMMC1)   += dev-hsmmc1.o
+obj-y                          += dev-i2c0.o
+obj-$(CONFIG_S3C_DEV_I2C1)     += dev-i2c1.o
+obj-$(CONFIG_S3C_DEV_FB)       += dev-fb.o