mirror of
https://github.com/gnif/vendor-reset
synced 2025-02-17 04:26:50 +00:00
[core] since hook is the default, add NOHOOK argument to Make
This commit is contained in:
parent
6140e2fdb0
commit
864b808696
2
Makefile
2
Makefile
@ -15,6 +15,6 @@ clean:
|
|||||||
|
|
||||||
load: all
|
load: all
|
||||||
grep -q '^vendor_reset' /proc/modules && sudo rmmod vendor_reset || true
|
grep -q '^vendor_reset' /proc/modules && sudo rmmod vendor_reset || true
|
||||||
sudo insmod ./vendor-reset.ko $(if $(HOOK),install_hook=yes,)
|
sudo insmod ./vendor-reset.ko $(if $(NOHOOK),install_hook=no,)
|
||||||
|
|
||||||
.PHONY: userspace load all install
|
.PHONY: userspace load all install
|
||||||
|
Loading…
Reference in New Issue
Block a user