summaryrefslogtreecommitdiff
path: root/v4l/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'v4l/Makefile')
-rw-r--r--v4l/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/v4l/Makefile b/v4l/Makefile
index e376afeb9..9df6f7a56 100644
--- a/v4l/Makefile
+++ b/v4l/Makefile
@@ -106,7 +106,7 @@ endif
LC_ALL = POSIX
export LC_ALL
-default::
+default:: linux media
$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
install::
@@ -117,6 +117,8 @@ clean::
-rm -f *~ *.o *.ko *.mod.c
-rm -f .version .*.o.flags .*.o.d .*.o.cmd .*.ko.cmd
+linux media:
+ ln -s . $@
#################################################
# build tarballs