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 02eead390..c81c99c0c 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -171,7 +171,7 @@ links:: @find ../linux/kernel/drivers/usb/media -name '*.[c,h]' -type f -exec ln -sf '{}' . \; # for merged-trees: - @find ../linux -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 '{}' . \; |
