summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--v4l/ChangeLog9
-rw-r--r--v4l/Makefile6
2 files changed, 15 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 06ddc0203..33a6b5530 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,12 @@
+2005-12-22 15:25 mkrufky
+
+ * v4l/Makefile:
+ - make [insmod,load] will insert the modules into the kernel
+ without the need to install them.
+ - make [rmmod,unload] will unload the modules from the kernel.
+
+ Signed-off-by: Michael Krufky <mkrufky@m1k.net>
+
2005-12-22 13:43 hverkuil
* linux/drivers/media/video/cx25840/cx25840-audio.c:
diff --git a/v4l/Makefile b/v4l/Makefile
index adf8ae3d0..b249d1dd2 100644
--- a/v4l/Makefile
+++ b/v4l/Makefile
@@ -459,6 +459,12 @@ cvscommit cvs commit::
update v4l-update::
cd ..; cvs update
+insmod load::
+ ./insmod.sh load
+
+rmmod unload::
+ ./insmod.sh unload
+
.version:
ifneq ($(KERNELRELEASE),)
echo -e VERSION=$(VERSION)\\nPATCHLEVEL:=$(PATCHLEVEL)\\nSUBLEVEL:=$(SUBLEVEL)\\nKERNELRELEASE:=$(KERNELRELEASE) > $(obj)/.version