From d3fa2b40e52884ac4024833c4c5f7da9d6a6a5b7 Mon Sep 17 00:00:00 2001 From: Oliver Schinagl Date: Tue, 28 Jun 2011 16:10:23 +0200 Subject: Restore 2.6.29 support --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v0.12