ibmpc_usb: Fix Makefile
parent
6332da2b95
commit
2c08ed9d94
|
|
@ -78,8 +78,8 @@ CONSOLE_ENABLE ?= yes # Console for debug(+400)
|
||||||
COMMAND_ENABLE ?= yes # Commands for debug and configuration
|
COMMAND_ENABLE ?= yes # Commands for debug and configuration
|
||||||
NKRO_ENABLE ?= yes # USB Nkey Rollover
|
NKRO_ENABLE ?= yes # USB Nkey Rollover
|
||||||
|
|
||||||
KEYMAP_SECTION_ENABLE = yes
|
KEYMAP_SECTION_ENABLE ?= yes
|
||||||
UNIMAP_ENABLE = yes
|
UNIMAP_ENABLE ?= yes
|
||||||
|
|
||||||
|
|
||||||
# Optimize size but this may cause error "relocation truncated to fit"
|
# Optimize size but this may cause error "relocation truncated to fit"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue