Added NOHOOK option to the makefile, NOHOOK=y compiles without the keyboard hook.
This commit is contained in:
@@ -384,6 +384,10 @@ ifeq ($(VRAMDUMP), y)
|
||||
OPTS += -DENABLE_VRAM_DUMP
|
||||
RFLAGS += -DENABLE_VRAM_DUMP
|
||||
endif
|
||||
ifeq ($(NOHOOK), y)
|
||||
OPTS += -DNO_KEYBOARD_HOOK
|
||||
RFLAGS += -DNO_KEYBOARD_HOOK
|
||||
endif
|
||||
|
||||
|
||||
# Optional modules.
|
||||
|
||||
Reference in New Issue
Block a user