diff options
author | SW.LEE <hitchcar@samsung.com> | 2008-11-19 17:09:44 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2008-11-19 17:09:44 +0000 |
commit | 3376fd4237387ce569b65b478e02e1e64f47bbbe (patch) | |
tree | 654f7ca405d4da0a5bb7287482ce75d681873360 /arch/arm/mach-s3c2440/Makefile | |
parent | 7e6fd937a8024327afa2e211280e73305f08844e (diff) |
introduce-samsung-camera-unit-driver.patch
This is the kernel side of an old (2004) samsung camera driver for 2440
It doesn't compile on modern kernel yet, this patch introduces it into the
kernel tree without gross mods, so it is broken code we can start to work on
Diffstat (limited to 'arch/arm/mach-s3c2440/Makefile')
-rw-r--r-- | arch/arm/mach-s3c2440/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/mach-s3c2440/Makefile b/arch/arm/mach-s3c2440/Makefile index 49322329e6c..e9c6334e688 100644 --- a/arch/arm/mach-s3c2440/Makefile +++ b/arch/arm/mach-s3c2440/Makefile @@ -1,10 +1,4 @@ -# arch/arm/mach-s3c2440/Makefile -# -# Copyright 2007 Simtec Electronics -# -# Licensed under GPLv2 - -obj-y := +obj-y += camera/ obj-m := obj-n := obj- := |