Revision 197 trunk/bootloader/Makefile
| Makefile (revision 197) | ||
|---|---|---|
| 187 | 187 |
# -Map: create map file |
| 188 | 188 |
# --cref: add cross reference to map file |
| 189 | 189 |
LDFLAGS = -Wl,--script=linker_script.x,-Map=$(TARGET).map,--cref,--section-start=.text=$(BOOTSTART),--section-start=.jumps=$(JUMPSTART),--undefined=_jumptable,--gc-sections |
| 190 |
#LDFLAGS = -Wl,-Map=$(TARGET).map,--cref,--section-start=.text=$(BOOTSTART),--section-start=.jumps=$(JUMPSTART),--undefined=_jumptable |
|
| 191 | 190 |
LDFLAGS += $(EXTMEMOPTS) |
| 192 | 191 |
LDFLAGS += $(PRINTF_LIB) $(SCANF_LIB) $(MATH_LIB) |
| 193 | 192 |
|
Also available in: Unified diff