[core] since hook is the default, add NOHOOK argument to Make

This commit is contained in:
Adam Madsen 2020-11-18 17:42:46 -06:00
parent 6140e2fdb0
commit 864b808696
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ clean:
load: all
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