summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknolax <1339802534.kk@gmail.com>2017-12-28 20:25:38 -0500
committerknolax <1339802534.kk@gmail.com>2017-12-28 20:25:38 -0500
commita6f101d96249baa1ffa1f6d09ce0943f40a16cf4 (patch)
tree8f8eedf89b4c3deff77f5bdb936724b05316d0c1
parent0768414bd217073d05c00daf1398ccd81d50cc12 (diff)
fixed the target for install
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7084284..e0e441a 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
dtbo:
dtc -@ -I dts -o skey.dtbo skey.dts
-install: all dtbo
+install:
cp skey.ko /lib/modules/$(shell uname -r)/kernel/drivers/hid/skey.ko
depmod
cp skey.dtbo /boot/overlays/skey.dtbo