From 0ed95bbe975dbe8d60637b33c55c0781c21adb58 Mon Sep 17 00:00:00 2001 From: Stuart Ianna Date: Wed, 22 Mar 2023 13:34:59 +1100 Subject: [PATCH] tools/mkimport: Allow additions LDELFFLAGS from exported Nuttx builds. --- import/Make.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/import/Make.defs b/import/Make.defs index 0405e412b..b8377f79a 100644 --- a/import/Make.defs +++ b/import/Make.defs @@ -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))