diff options
author | Michael Krufky <devnull@localhost> | 2005-12-22 16:17:31 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-12-22 16:17:31 +0000 |
commit | 78750e9968b14d3ae0eb72489c6e857d950ae3c6 (patch) | |
tree | 6e719dec0861d5d54c1f46e3893ed9dc47a2e269 /v4l/Makefile | |
parent | 073c3ebe3c33a9d0d3d7ff4484dffba0faa9a8a4 (diff) | |
download | mediapointer-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/Makefile | 3 |
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 |