From bcebaaa0e3fc5e146ed7230f93139ccd6adca685 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Thu, 22 Dec 2005 15:28:30 +0000 Subject: Add Make commands for insmod.sh script - 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 --- v4l/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'v4l/Makefile') 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 -- cgit v1.2.3