Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Shuah Khan and committed by
Steven Rostedt (Google)
2201aea1 c6d777ac

+1 -1
+1 -1
tools/tracing/rtla/Makefile
··· 59 59 .PHONY: all 60 60 all: rtla 61 61 62 - rtla: $(OBJ) doc 62 + rtla: $(OBJ) 63 63 $(CC) -o rtla $(LDFLAGS) $(OBJ) $(LIBS) 64 64 65 65 static: $(OBJ)