yamt commented on a change in pull request #101: Make sure examples/elf testbuild pass in parallel build URL: https://github.com/apache/incubator-nuttx-apps/pull/101#discussion_r384299827
########## File path: examples/elf/Makefile ########## @@ -57,6 +57,8 @@ else FSIMG_HDR = $(TESTS_DIR)/cromfs.h endif +elf_main.c: tests/symtab.c Review comment: i'm not sure what you mean. symtab.c is in CSRCS. (L40) it triggers the test folder build. (with VPATH) tests/symtab.c and $(FSIMG_HDR) are built with the same rule below, L62-63. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
