diff --git a/examples/elf/Makefile b/examples/elf/Makefile index 2094a3bca..e8279cc87 100644 --- a/examples/elf/Makefile +++ b/examples/elf/Makefile @@ -57,6 +57,8 @@ else FSIMG_HDR = $(TESTS_DIR)/cromfs.h endif +elf_main.c: tests/symtab.c + tests/symtab.c tests/dirlist.h $(FSIMG_HDR): @$(MAKE) -C tests TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" CROSSDEV=$(CROSSDEV)