Map
This commit is contained in:
parent
c8ef116a7b
commit
5494de25df
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,3 +5,4 @@ bin/
|
||||||
generated.*.ld
|
generated.*.ld
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
tags
|
tags
|
||||||
|
*.map
|
||||||
|
|
1
Makefile
1
Makefile
|
@ -8,6 +8,7 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CFLAGS += -I$(NEWLIB)
|
CFLAGS += -I$(NEWLIB)
|
||||||
|
LDFLAGS += -Wl,-Map=main.map
|
||||||
|
|
||||||
# CFILES := main.c system.c
|
# CFILES := main.c system.c
|
||||||
CFILES += $(wildcard *.c)
|
CFILES += $(wildcard *.c)
|
||||||
|
|
Loading…
Add table
Reference in a new issue