mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
tools/mkimport: Allow additions LDELFFLAGS from exported Nuttx builds.
This commit is contained in:
parent
95acf6c904
commit
0ed95bbe97
1 changed files with 1 additions and 1 deletions
|
|
@ -90,5 +90,5 @@ endif
|
|||
|
||||
# ELF module definitions
|
||||
|
||||
LDELFFLAGS = -r -e _start -Bstatic
|
||||
LDELFFLAGS += -r -e _start -Bstatic
|
||||
LDELFFLAGS += $(addprefix -T,$(call CONVERT_PATH,$(TOPDIR)/scripts/gnu-elf.ld))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue