We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8fef86 commit 231632eCopy full SHA for 231632e
projects/scripts/project-intel.mk
@@ -115,9 +115,11 @@ clean:
115
$(HL)$(PROJECT_NAME)$(NC) project)
116
-rm -Rf ${DIR_NAME}
117
118
-clean-all: TARGET:=clean
119
-clean-all: clean $(M_DEPS)
+clean-all: clean
120
@rm -Rf $(CLEAN_DIRS)
+ @for lib in $(LIB_DEPS); do \
121
+ $(MAKE) -C $(HDL_LIBRARY_PATH)$${lib} clean; \
122
+ done
123
124
$(PROJECT_NAME).sof: $(M_DEPS)
125
-rm -rf $(CLEAN_TARGET)
0 commit comments