Added EMABLE_KEYBOARD_LOGGING to the XT keyboards.

This commit is contained in:
waltje
2017-09-28 20:10:15 -04:00
parent f58afc4801
commit f446c85076
4 changed files with 30 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
#
# Modified Makefile for Win32 (MinGW32) environment.
#
# Version: @(#)Makefile.mingw 1.0.48 2017/09/25
# Version: @(#)Makefile.mingw 1.0.49 2017/09/28
#
# Authors: Miran Grca, <mgrca8@gmail.com>
# Fred N. van Kempen, <decwiz@yahoo.com>
@@ -38,6 +38,7 @@ STUFF :=
# -DENABLE_IDE_LOG enables extra logging.
# -DENABLE_SERIAL_LOG enables extra logging.
# -DENABLE_NIC_LOG enables extra logging.
# -DENABLE_KEYBOARD_LOG enables extra logging.
ifndef EXTRAS
EXTRAS :=
endif