tools/mkimport: Allow additions LDELFFLAGS from exported Nuttx builds.

This commit is contained in:
Stuart Ianna 2023-03-22 13:34:59 +11:00 committed by Alan Carvalho de Assis
parent 95acf6c904
commit 0ed95bbe97

View File

@ -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))