Skip to content

Commit

Permalink
scripts:project_intel.mk: Fix make clean-all target
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Marques <[email protected]>
  • Loading branch information
gastmaier authored and AndreiGrozav committed Jan 23, 2024
1 parent b8fef86 commit 231632e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions projects/scripts/project-intel.mk
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,11 @@ clean:
$(HL)$(PROJECT_NAME)$(NC) project)
-rm -Rf ${DIR_NAME}

clean-all: TARGET:=clean
clean-all: clean $(M_DEPS)
clean-all: clean
@rm -Rf $(CLEAN_DIRS)
@for lib in $(LIB_DEPS); do \
$(MAKE) -C $(HDL_LIBRARY_PATH)$${lib} clean; \
done

$(PROJECT_NAME).sof: $(M_DEPS)
-rm -rf $(CLEAN_TARGET)
Expand Down

0 comments on commit 231632e

Please sign in to comment.