Skip to content

Commit 5742b2d

Browse files
committed
rtla: Make doc build optional
JIRA: https://issues.redhat.com/browse/RHEL-50869 commit 2201aea Author: Shuah Khan <skhan@linuxfoundation.org> Date: Tue Jan 25 17:13:01 2022 -0700 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/20220126001301.79096-1-skhan@linuxfoundation.org Acked-by: Daniel Bristot de Oliveira <bristot@kernel.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org> Signed-off-by: Luis Claudio R. Goncalves <lgoncalv@redhat.com>
1 parent 6aab43e commit 5742b2d

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
@@ -111,7 +111,7 @@ warnings: $(WARNINGS)
111111
$(ERROR_OUT)
112112
endif
113113

114-
rtla: $(OBJ) doc
114+
rtla: $(OBJ)
115115
$(CC) -o rtla $(LDFLAGS) $(OBJ) $(LIBS)
116116

117117
static: $(OBJ)

0 commit comments

Comments
 (0)