mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 05:08:41 +08:00
tools: Fix an error of make -C tools -f Makefile.host clean
This commit is contained in:
parent
afd3c65cf6
commit
77cbd3379c
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
#
|
||||
############################################################################
|
||||
|
||||
include $(TOPDIR)/Make.defs
|
||||
-include $(TOPDIR)/Make.defs
|
||||
all: mkspk
|
||||
default: mkspk
|
||||
.PHONY: clean
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#
|
||||
############################################################################
|
||||
|
||||
include $(TOPDIR)/Make.defs
|
||||
-include $(TOPDIR)/Make.defs
|
||||
all: mkpichex
|
||||
default: mkpichex
|
||||
.PHONY: clean
|
||||
|
|
Loading…
Reference in a new issue