commit 093c929968c61293c699678a1e814f403a6bf107 parent 2401734d88ef9dc9ce78142be99da3df14fca73c Author: deurzen <m.deurzen@tum.de> Date: Sun, 6 Dec 2020 04:14:50 +0100 adds reinstall rule Diffstat:
M | Makefile | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -41,6 +41,11 @@ test: debug remove clear_dmesg install install: -@insmod ./$(TARGET).ko +.PHONY: reinstall +reinstall: + -@rmmod $(TARGET) + -@insmod ./$(TARGET).ko + .PHONY: tags tags: -@ctags -R .