From: Clark Williams <williams@xxxxxxxxxx> Signed-off-by: Clark Williams <williams@xxxxxxxxxx> Signed-off-by: John Kacur <jkacur@xxxxxxxxxx> --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5d7a23e6bbfd..1c3ae50030d6 100644 --- a/Makefile +++ b/Makefile @@ -93,7 +93,10 @@ $(OBJDIR)/%.d: %.c @$(CC) -MM $(CFLAGS) $(CPPFLAGS) $< | sed 's,\($*\)\.o[ :]*,\1.o $@ : ,g' > $@ || rm -f $@ .PHONY: all -all: $(TARGETS) hwlatdetect +all: $(OBJDIR) $(TARGETS) hwlatdetect + +$(OBJDIR): + mkdir $(OBJDIR) # Include dependency files, automatically generate them if needed. -include $(addprefix $(OBJDIR)/,$(sources:.c=.d)) -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html