tools/Makefile.host: Add incdir binary to Makefile.host

This was missed in PR 1148
This commit is contained in:
Gregory Nutt 2020-05-29 15:42:58 -06:00 committed by Abdelatif Guettouche
parent b111e135e0
commit 981734e577
2 changed files with 3 additions and 0 deletions

1
tools/.gitignore vendored
View File

@ -16,5 +16,6 @@
/mkversion
/nxstyle
/rmcr
/incdir
/.k2h-body.dat
/.k2h-apndx.dat

View File

@ -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