PS/2 to USB keyboard converter

This commit is contained in:
tmk
2011-01-17 21:51:51 +09:00
parent 7ad93f7850
commit bf1a37ba71
12 changed files with 967 additions and 17 deletions

View File

@@ -298,6 +298,10 @@ EXTMEMOPTS =
# -Wl,...: tell GCC to pass this to linker.
# -Map: create map file
# --cref: add cross reference to map file
#
# Comennt out "--relax" option to avoid a error such:
# (.vectors+0x30): relocation truncated to fit: R_AVR_13_PCREL against symbol `__vector_12'
#
LDFLAGS = -Wl,-Map=$(TARGET).map,--cref
LDFLAGS += -Wl,--relax
LDFLAGS += -Wl,--gc-sections