diff options
author | tmk <nobody@nowhere> | 2013-09-19 00:51:44 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-09-19 00:51:44 +0900 |
commit | 9f29fa6bf39ff9b703de132b7f8b8a794b078471 (patch) | |
tree | d7b4537bb135d18b071b7cc4cf5f4fe3bc2d3a93 /common.mk | |
parent | 0ca415004a453b2a841880d3a66492c664505737 (diff) | |
download | qmk_firmware-9f29fa6bf39ff9b703de132b7f8b8a794b078471.tar.gz |
Fix version info command
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ ifdef BACKLIGHT_ENABLE endif ifdef KEYMAP_SECTION_ENABLE - OPT_DEFS += -DKEYMAP_SECTION + OPT_DEFS += -DKEYMAP_SECTION_ENABLE EXTRALDFLAGS = -Wl,-L$(TOP_DIR),-Tldscript_keymap_avr5.x endif |