Commit b3efbc82 authored by Sam Ravnborg's avatar Sam Ravnborg

kbuild: Added Descend to top-level Makefile again

It is used by arch specific Makefiles
parent 6243571c
......@@ -893,5 +893,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