summaryrefslogtreecommitdiff
path: root/v4l/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'v4l/Makefile')
-rw-r--r--v4l/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/v4l/Makefile b/v4l/Makefile
index c3bfdfaf5..1cbe00cbb 100644
--- a/v4l/Makefile
+++ b/v4l/Makefile
@@ -345,7 +345,7 @@ default:: links .version
pvrusb2::
@echo creating pvrusb2 symbolic links...
- @find ../v4l_experimental/pvrusb2 -name '*.[c,h]' -type f -exec ln -sf '{}' . \;
+ @find ../v4l_experimental/pvrusb2 -name '*.[ch]' -type f -exec ln -sf '{}' . \;
@echo 'm' > .pvrusb2-merge
ivtv-checkout::
@@ -360,8 +360,8 @@ ivtv-update ivtv-up:: ivtv-checkout
ivtv-links:: ivtv-checkout
@echo creating ivtv symbolic links...
- @find ivtv/driver -name '*.[c,h]' -type f -exec ln -sf '{}' . \;
- @find ivtv/i2c-drivers -name '*.[c,h]' -type f -exec ln -sf '{}' . \;
+ @find ivtv/driver -name '*.[ch]' -type f -exec ln -sf '{}' . \;
+ @find ivtv/i2c-drivers -name '*.[ch]' -type f -exec ln -sf '{}' . \;
ivtv:: ivtv-links
@echo '#define IVTV_DRIVER_VERSION_COMMENT "(v4l-dvb + ivtv virtual merge)"' > ivtv-svnversion.h
@@ -369,8 +369,8 @@ ivtv:: ivtv-links
links::
@echo creating symbolic links...
- @find ../linux/drivers/media -name '*.[c,h]' -type f -exec ln -sf '{}' . \;
- @find ../linux/sound -name '*.[c,h]' -type f -exec ln -sf '{}' . \;
+ @find ../linux/drivers/media -name '*.[ch]' -type f -exec ln -sf '{}' . \;
+ @find ../linux/sound -name '*.[ch]' -type f -exec ln -sf '{}' . \;
# @find ../linux/include -name '*.[h]' -type f -exec ln -sf '{}' . \;