summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2011-06-28 14:08:02 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2011-06-28 14:08:02 (GMT)
commitda944151d7ab1a1c2ea1afa2e5dcb5b7c1be4fef (patch)
treecdf73d63af44ba42eb2990b642e857dbed6685e2
parent4eb7bcf8f9d99d7134ebc4a878a633759bc6b931 (diff)
downloadAF903x_SRC-da944151d7ab1a1c2ea1afa2e5dcb5b7c1be4fef.zip
AF903x_SRC-da944151d7ab1a1c2ea1afa2e5dcb5b7c1be4fef.tar.gz
AF903x_SRC-da944151d7ab1a1c2ea1afa2e5dcb5b7c1be4fef.tar.bz2
Added missing support for 2.6.3* kernels to Makefile
-rw-r--r--Makefile16
1 files changed, 14 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 714836d..fe39ea7 100644
--- a/Makefile
+++ b/Makefile
@@ -98,8 +98,20 @@ endif
ifneq (,$(findstring 2.6.28,$(CURRENT)))
@cp -f v4l/kernel-2.6.28/* ./
endif
-ifneq (,$(findstring 2.6.29,$(CURRENT)))
- @cp -f v4l/kernel-2.6.29/* ./
+ifneq (,$(findstring 2.6.32,$(CURRENT)))
+ @cp -f v4l/kernel-2.6.32/* ./
+endif
+ifneq (,$(findstring 2.6.34,$(CURRENT)))
+ @cp -f v4l/kernel-2.6.34/* ./
+endif
+ifneq (,$(findstring 2.6.35,$(CURRENT)))
+ @cp -f v4l/kernel-2.6.35/* ./
+endif
+ifneq (,$(findstring 2.6.38,$(CURRENT)))
+ @cp -f v4l/kernel-2.6.38/* ./
+endif
+ifneq (,$(findstring 2.6.39,$(CURRENT)))
+ @cp -f v4l/kernel-2.6.39/* ./
endif
@(cp api/*.* ./; cp api/.*.o.cmd ./; cp src/*.* ./)