summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/libelf/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/binfmt/libelf/Make.defs')
-rw-r--r--nuttx/binfmt/libelf/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/binfmt/libelf/Make.defs b/nuttx/binfmt/libelf/Make.defs
index a70a127f8..cf2507a99 100644
--- a/nuttx/binfmt/libelf/Make.defs
+++ b/nuttx/binfmt/libelf/Make.defs
@@ -43,7 +43,7 @@ BINFMT_CSRCS += elf.c
BINFMT_CSRCS += libelf_init.c libelf_uninit.c libelf_load.c \
libelf_unload.c libelf_verify.c libelf_read.c \
- libelf_bind.c libelf_symbols.c
+ libelf_bind.c libelf_symbols.c libelf_iobuffer.c
ifeq ($(CONFIG_ELF_CONSTRUCTORS),y)
BINFMT_CSRCS += libelf_ctors.c