summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2011-06-28 14:10:23 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2011-06-28 14:10:23 (GMT)
commitd3fa2b40e52884ac4024833c4c5f7da9d6a6a5b7 (patch)
treef7402950d3c1d9a5357da04a01a17503f50e8fb1
parentda944151d7ab1a1c2ea1afa2e5dcb5b7c1be4fef (diff)
downloadAF903x_SRC-d3fa2b40e52884ac4024833c4c5f7da9d6a6a5b7.zip
AF903x_SRC-d3fa2b40e52884ac4024833c4c5f7da9d6a6a5b7.tar.gz
AF903x_SRC-d3fa2b40e52884ac4024833c4c5f7da9d6a6a5b7.tar.bz2
Restore 2.6.29 support
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fe39ea7..2dedd04 100644
--- a/Makefile
+++ b/Makefile
@@ -98,6 +98,9 @@ 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/* ./
+endif
ifneq (,$(findstring 2.6.32,$(CURRENT)))
@cp -f v4l/kernel-2.6.32/* ./
endif