Lluís Vilanova writes: > Pass all the relevant sub-directory make variables.
Ping. Thanks, Lluis > Signed-off-by: Lluís Vilanova <vilan...@ac.upc.edu> > --- > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > diff --git a/Makefile b/Makefile > index bdff4e4..02ae76d 100644 > --- a/Makefile > +++ b/Makefile > @@ -366,7 +366,7 @@ endif > $(INSTALL_DATA) $(SRC_PATH)/pc-bios/keymaps/$$x > "$(DESTDIR)$(qemu_datadir)/keymaps"; \ > done > for d in $(TARGET_DIRS); do \ > - $(MAKE) -C $$d $@ || exit 1 ; \ > + $(MAKE) $(SUBDIR_MAKEFLAGS) TARGET_DIR=$$d/ -C $$d $@ || exit 1 ; \ > done > # various test targets -- "And it's much the same thing with knowledge, for whenever you learn something new, the whole world becomes that much richer." -- The Princess of Pure Reason, as told by Norton Juster in The Phantom Tollbooth