diff --git a/tools/Makefile.unix b/tools/Makefile.unix index ae092c8f4c..5fb6ada733 100644 --- a/tools/Makefile.unix +++ b/tools/Makefile.unix @@ -193,6 +193,8 @@ BIN = $(NUTTXNAME)$(EXEEXT) all: $(BIN) .PHONY: dirlinks context clean_context check_context config oldconfig menuconfig nconfig qconfig gconfig export subdir_clean clean subdir_distclean distclean apps_clean apps_distclean +.PHONY: pass1 pass1deps pass1dep +.PHONY: pass2 pass2deps pass2dep ifeq ($(GIT_DIR),y) .PHONY: $(TOPDIR)/.version endif diff --git a/tools/Makefile.win b/tools/Makefile.win index 57f3dcf245..89e1365952 100644 --- a/tools/Makefile.win +++ b/tools/Makefile.win @@ -178,6 +178,8 @@ BIN = $(NUTTXNAME)$(EXEEXT) all: $(BIN) .PHONY: dirlinks context clean_context check_context configenv config oldconfig menuconfig nconfig export subdir_clean clean subdir_distclean distclean apps_clean apps_distclean +.PHONY: pass1 pass1deps pass1dep +.PHONY: pass2 pass2deps pass2dep # Target used to copy include\nuttx\math.h. If CONFIG_ARCH_MATH_H is # defined, then there is an architecture specific math.h header file