ibmpc_usb: Fix Makefile
This commit is contained in:
parent
6332da2b95
commit
2c08ed9d94
1 changed files with 2 additions and 2 deletions
|
|
@ -78,8 +78,8 @@ CONSOLE_ENABLE ?= yes # Console for debug(+400)
|
|||
COMMAND_ENABLE ?= yes # Commands for debug and configuration
|
||||
NKRO_ENABLE ?= yes # USB Nkey Rollover
|
||||
|
||||
KEYMAP_SECTION_ENABLE = yes
|
||||
UNIMAP_ENABLE = yes
|
||||
KEYMAP_SECTION_ENABLE ?= yes
|
||||
UNIMAP_ENABLE ?= yes
|
||||
|
||||
|
||||
# Optimize size but this may cause error "relocation truncated to fit"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue