summaryrefslogtreecommitdiff
path: root/v4l/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'v4l/Makefile')
-rw-r--r--v4l/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/v4l/Makefile b/v4l/Makefile
index 60b62a048..2d18c8d66 100644
--- a/v4l/Makefile
+++ b/v4l/Makefile
@@ -169,6 +169,9 @@ links::
find ../linux/drivers/media/video -name '*.[c,h]' -type f -exec ln -sf '{}' . \;
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/include -name '*.[h]' -type f -exec ln -sf '{}' . \;
ln -sf ../linux/drivers/media/common/ir-common.c .