aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 16ea2f5..b997a75 100644
--- a/Makefile
+++ b/Makefile
@@ -13,5 +13,9 @@ cyber-objs := src/cyber_device.o \
all:
make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules
+install:
+ make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules_install
+ depmod -a
+
clean:
make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) clean