forked from mirrors/qmk_userspace
RP2040 emulated EEPROM. (#17519)
This commit is contained in:
parent
9f1c4f304d
commit
5846b40f74
13 changed files with 470 additions and 22 deletions
|
@ -351,8 +351,11 @@ SHARED_CFLAGS = -fomit-frame-pointer \
|
|||
-fno-common \
|
||||
-fshort-wchar
|
||||
|
||||
LDSCRIPT_PATH := $(shell dirname "$(LDSCRIPT)")
|
||||
|
||||
# Shared Linker flags for all toolchains
|
||||
SHARED_LDFLAGS = -T $(LDSCRIPT) \
|
||||
-L $(LDSCRIPT_PATH) \
|
||||
-Wl,--gc-sections \
|
||||
-nostartfiles
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue