PS/2 to USB: fix comments.

This commit is contained in:
tmk
2011-12-09 14:51:30 +09:00
parent 3f9de37310
commit e2afc305ed
3 changed files with 85 additions and 10 deletions

View File

@@ -224,7 +224,7 @@ EXTMEMOPTS =
# (.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,--relax
LDFLAGS += -Wl,--gc-sections
LDFLAGS += $(EXTMEMOPTS)
LDFLAGS += $(patsubst %,-L%,$(EXTRALIBDIRS))