summaryrefslogtreecommitdiff
path: root/v4l/Makefile
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-12-22 16:17:31 +0000
committerMichael Krufky <devnull@localhost>2005-12-22 16:17:31 +0000
commit78750e9968b14d3ae0eb72489c6e857d950ae3c6 (patch)
tree6e719dec0861d5d54c1f46e3893ed9dc47a2e269 /v4l/Makefile
parent073c3ebe3c33a9d0d3d7ff4484dffba0faa9a8a4 (diff)
downloadmediapointer-dvb-s2-78750e9968b14d3ae0eb72489c6e857d950ae3c6.tar.gz
mediapointer-dvb-s2-78750e9968b14d3ae0eb72489c6e857d950ae3c6.tar.bz2
add 'make reload' command to Makefile for quick v4l/dvb module reload
- Added command, 'make reload' - removes modules and re-inserts them. - Change console output to indicate that both v4l and dvb modules are being loaded/unloaded. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
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