aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2440/Makefile
diff options
context:
space:
mode:
authorAndy Green <andy@opennoko.com>2008-11-19 17:09:44 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-19 17:09:44 +0000
commit42ec953dc98db2667911d946da06bf2cfc2d5ca4 (patch)
treeaf4acf62b6f96691d46beb5b10b5a09f285b483d /arch/arm/mach-s3c2440/Makefile
parent3376fd4237387ce569b65b478e02e1e64f47bbbe (diff)
uplevel-samsung-camera-unit.patch
Update this old code to clk API, I2C changes, official GPIO API various struct changes, explicit readl() writel(), DMA API changes. Still not ready for actual use (eg, I2C) but a LOT closer. Compiles on 2.6.24 without errors or warnings now. Use CONFIG_S3C2440_CAMERA=y in .config Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'arch/arm/mach-s3c2440/Makefile')
-rw-r--r--arch/arm/mach-s3c2440/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2440/Makefile b/arch/arm/mach-s3c2440/Makefile
index e9c6334e688..964e50b7915 100644
--- a/arch/arm/mach-s3c2440/Makefile
+++ b/arch/arm/mach-s3c2440/Makefile
@@ -1,4 +1,10 @@
-obj-y += camera/
+# arch/arm/mach-s3c2440/Makefile
+#
+# Copyright 2007 Simtec Electronics
+#
+# Licensed under GPLv2
+
+obj-y :=
obj-m :=
obj-n :=
obj- :=
@@ -17,5 +23,6 @@ obj-$(CONFIG_MACH_RX3715) += mach-rx3715.o
obj-$(CONFIG_ARCH_S3C2440) += mach-smdk2440.o
obj-$(CONFIG_MACH_NEXCODER_2440) += mach-nexcoder.o
obj-$(CONFIG_MACH_AT2440EVB) += mach-at2440evb.o
+obj-$(CONFIG_MACH_HXD8) += mach-hxd8.o
obj-$(CONFIG_MACH_NEO1973_GTA02) += mach-gta02.o