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

perf build: Rename LIB_PATH -> API_PATH

'LIB_PATH' is a misnomer because there are multiple library paths.

Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/c10df0b749a27f05cc531fe06b8dd71a329341fa.1449965119.git.jpoimboe@redhat.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

authored by

Josh Poimboeuf and committed by
Arnaldo Carvalho de Melo
212e984a 8f46dfd7

+4 -4
+4 -4
tools/perf/Makefile.perf
··· 185 185 TE_PATH=$(OUTPUT) 186 186 BPF_PATH=$(OUTPUT) 187 187 ifneq ($(subdir),) 188 - LIB_PATH=$(OUTPUT)/../lib/api/ 188 + API_PATH=$(OUTPUT)/../lib/api/ 189 189 else 190 - LIB_PATH=$(OUTPUT) 190 + API_PATH=$(OUTPUT) 191 191 endif 192 192 else 193 193 TE_PATH=$(TRACE_EVENT_DIR) 194 - LIB_PATH=$(LIB_DIR) 194 + API_PATH=$(LIB_DIR) 195 195 BPF_PATH=$(BPF_DIR) 196 196 endif 197 197 ··· 201 201 LIBTRACEEVENT_DYNAMIC_LIST = $(TE_PATH)libtraceevent-dynamic-list 202 202 LIBTRACEEVENT_DYNAMIC_LIST_LDFLAGS = -Xlinker --dynamic-list=$(LIBTRACEEVENT_DYNAMIC_LIST) 203 203 204 - LIBAPI = $(LIB_PATH)libapi.a 204 + LIBAPI = $(API_PATH)libapi.a 205 205 export LIBAPI 206 206 207 207 LIBBPF = $(BPF_PATH)libbpf.a