mirror of
https://github.com/apache/nuttx.git
synced 2026-08-17 09:33:18 +08:00
tools/Makefile.host: Add incdir binary to Makefile.host
This was missed in PR 1148
This commit is contained in:
committed by
Abdelatif Guettouche
parent
b111e135e0
commit
981734e577
@@ -16,5 +16,6 @@
|
||||
/mkversion
|
||||
/nxstyle
|
||||
/rmcr
|
||||
/incdir
|
||||
/.k2h-body.dat
|
||||
/.k2h-apndx.dat
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user