Skip to content

Commit

Permalink
rtla: Make doc build optional
Browse files Browse the repository at this point in the history
rtla build fails due to doc build dependency on rst2man. Make
doc build optional so rtla could be built without docs. Leave
the install dependency on doc_install alone.

Link: https://lkml.kernel.org/r/[email protected]

Acked-by: Daniel Bristot de Oliveira <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
Signed-off-by: Steven Rostedt (Google) <[email protected]>
  • Loading branch information
shuahkh authored and rostedt committed Jan 28, 2022
1 parent c6d777a commit 2201aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tracing/rtla/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ endif
.PHONY: all
all: rtla

rtla: $(OBJ) doc
rtla: $(OBJ)
$(CC) -o rtla $(LDFLAGS) $(OBJ) $(LIBS)

static: $(OBJ)
Expand Down

0 comments on commit 2201aea

Please sign in to comment.