aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0216fb0..8aac73d 100644
--- a/Makefile
+++ b/Makefile
@@ -39,3 +39,13 @@ default:
$(MAKE) -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules
clean:
$(MAKE) -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) clean
+
+load:
+ dmesg -C
+ insmod sbdd.ko
+ dmesg
+
+unload:
+ dmesg -C
+ rmmod sbdd.ko
+ dmesg