This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 981734e577e8efb752d726a5d4b82c457c8dae62 Author: Gregory Nutt <[email protected]> AuthorDate: Fri May 29 15:42:58 2020 -0600 tools/Makefile.host: Add incdir binary to Makefile.host This was missed in PR 1148 --- tools/.gitignore | 1 + tools/Makefile.host | 2 ++ 2 files changed, 3 insertions(+) diff --git a/tools/.gitignore b/tools/.gitignore index 879d5f6..abded4c 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -16,5 +16,6 @@ /mkversion /nxstyle /rmcr +/incdir /.k2h-body.dat /.k2h-apndx.dat diff --git a/tools/Makefile.host b/tools/Makefile.host index 2531c20..249b380 100644 --- a/tools/Makefile.host +++ b/tools/Makefile.host @@ -285,6 +285,8 @@ clean: $(call DELFILE, nxstyle.exe) $(call DELFILE, rmcr) $(call DELFILE, rmcr.exe) + $(call DELFILE, incdir) + $(call DELFILE, incdir.exe) ifneq ($(CONFIG_WINDOWS_NATIVE),y) $(Q) rm -rf *.dSYM endif
