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
|
||||
compile_commands.json
|
||||
tags
|
||||
*.map
|
||||
|
|
1
Makefile
1
Makefile
|
@ -8,6 +8,7 @@ else
|
|||
endif
|
||||
|
||||
CFLAGS += -I$(NEWLIB)
|
||||
LDFLAGS += -Wl,-Map=main.map
|
||||
|
||||
# CFILES := main.c system.c
|
||||
CFILES += $(wildcard *.c)
|
||||
|
|
Loading…
Add table
Reference in a new issue