projects-dir.mk: Add targets echo-projects and echo-target-projects

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2019-06-04 12:56:15 +00:00
commit 0bf05a5959

View file

@ -176,6 +176,12 @@ echo-prereq-release:
echo-os:
@$(GET_OS_SH)
echo-projects:
@echo $(PROJECTS)
echo-target-projects:
@echo $(TARGET_PROJECTS)
echo-excludes:
@echo $(EXCLUDE_FROM_BUILD)