Skip to content

Commit 2201aea

Browse files
shuahkhrostedt
authored andcommitted
rtla: Make doc build optional
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]>
1 parent c6d777a commit 2201aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/tracing/rtla/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ endif
5959
.PHONY: all
6060
all: rtla
6161

62-
rtla: $(OBJ) doc
62+
rtla: $(OBJ)
6363
$(CC) -o rtla $(LDFLAGS) $(OBJ) $(LIBS)
6464

6565
static: $(OBJ)

0 commit comments

Comments
 (0)