Commit 10489c7e authored by Kai Germaschewski's avatar Kai Germaschewski

Merge

parents 1b9a84a5 b3efbc82
......@@ -895,5 +895,9 @@ define update-if-changed
mv -f $@.tmp $@; \
fi
endef
# $(call descend,<dir>,<target>)
# Recursively call a sub-make in <dir> with target <target>
descend = $(Q)$(MAKE) -f scripts/Makefile.build obj=$(1) $(2)
FORCE:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment