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 b249d1dd2..8a3117ab0 100644
--- a/v4l/Makefile
+++ b/v4l/Makefile
@@ -465,6 +465,9 @@ insmod load::
rmmod unload::
./insmod.sh unload
+reload::
+ ./insmod.sh reload
+
.version:
ifneq ($(KERNELRELEASE),)
echo -e VERSION=$(VERSION)\\nPATCHLEVEL:=$(PATCHLEVEL)\\nSUBLEVEL:=$(SUBLEVEL)\\nKERNELRELEASE:=$(KERNELRELEASE) > $(obj)/.version