diff options
Diffstat (limited to 'v4l/Makefile')
-rw-r--r-- | v4l/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/Makefile b/v4l/Makefile index 78a5e1e18..cddc24e1f 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -177,7 +177,7 @@ links:: @find ../linux/drivers/usb/media -name '*.[c,h]' -type f -exec ln -sf '{}' . \; # for merged-trees: - @find ../linux/drivers -name '*.[c,h]' -type l -exec ln -sf '{}' . \; +# @find ../linux/drivers -name '*.[c,h]' -type l -exec ln -sf '{}' . \; # @find ../linux/include -name '*.[h]' -type f -exec ln -sf '{}' . \; |