nuttx/binfmt
SPRESENSE 72b67832ea Makefile: Remove make depend files by make distclean
Intermediate files of make depend like .ddc and .dds may remain
when make is interrupted. Remove them using make distclean.

Signed-off-by: SPRESENSE <41312067+SPRESENSE@users.noreply.github.com>
2026-02-16 16:27:57 +01:00
..
libnxflat
binfmt.h
binfmt_copyactions.c
binfmt_copyargv.c
binfmt_dumpmodule.c
binfmt_exec.c binfmt: refactor loadable module cleanup mechanism 2026-01-18 08:30:15 -03:00
binfmt_execmodule.c sched/task: move kernel stack allocation to task initialization 2026-01-18 23:05:11 +08:00
binfmt_execsymtab.c sched: binfmt remove csection 2026-01-11 20:44:35 +08:00
binfmt_exit.c
binfmt_globals.c
binfmt_initialize.c
binfmt_loadmodule.c
binfmt_register.c
binfmt_unloadmodule.c
binfmt_unregister.c
builtin.c
CMakeLists.txt
elf.c binfmt/elf: fix issue of file not closing after being opened. 2025-12-09 22:24:57 +08:00
Kconfig
Makefile Makefile: Remove make depend files by make distclean 2026-02-16 16:27:57 +01:00
nxflat.c