af2a731de3
This is very convenient. It also works from subdirectories, as long as you adjust the relative path you pass appropriately. Change-Id: I8cfeac380ccb5fad4389ee1feb838f986a837f11 Signed-off-by: Ben Walker <benjamin.walker@intel.com>
4 lines
113 B
Makefile
4 lines
113 B
Makefile
$(DIRS-y) :
|
|
@echo "== $S/$@ ($(MAKECMDGOALS))"
|
|
$(Q)$(MAKE) -e -C $@ S=$S/$@ $(MAKECMDGOALS) $(MAKESUBDIRFLAGS)
|