summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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