On Fri, Oct 21, 2016 at 12:06:28PM -0400, Kevin O'Connor wrote: > Signed-off-by: Kevin O'Connor <[email protected]> > --- > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile b/Makefile > index 41bfcf4..1916ecf 100644 > --- a/Makefile > +++ b/Makefile > @@ -281,4 +281,4 @@ clean: > distclean: clean > $(Q)rm -f .config .config.old > > --include $(patsubst %,$(OUT)%/*.d,$(DIRS)) > +-include $(OUT)*.d $(patsubst %,$(OUT)%/*.d,$(DIRS))
FYI, I committed this patch. -Kevin _______________________________________________ SeaBIOS mailing list [email protected] https://www.coreboot.org/mailman/listinfo/seabios
