diff options
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/Makefile | 2 | ||||
-rw-r--r-- | v4l/versions.txt | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/v4l/Makefile b/v4l/Makefile index 4406fdfff..52ca3ec54 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -278,7 +278,7 @@ clean:: @find . -name '*.c' -type l -exec rm '{}' \; @find . -name '*.h' -type l -exec rm '{}' \; -rm -f *~ *.o *.ko .*.o.cmd .*.ko.cmd *.mod.c av7110_firm.h fdump \ - config-compat.h Module.symvers + config-compat.h Module.symvers Module.markers modules.order make -C firmware clean distclean:: clean diff --git a/v4l/versions.txt b/v4l/versions.txt index 11b6004a6..b05ebdb0f 100644 --- a/v4l/versions.txt +++ b/v4l/versions.txt @@ -1,6 +1,10 @@ # Use this for stuff for drivers that don't compile [2.6.99] +[2.6.29] +# Needs defines that are only available from 2.6.29 +VIDEO_PXA27x + [2.6.28] USB_STV06XX |