lkml.org 
[lkml]   [2015]   [Jun]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [RFC PATCH v6 22/32] perf tools: Make perf depend on libbpf


    On 2015/6/9 13:50, Wang Nan wrote:

    [SNIP]
    > +LIBBPF = $(BPF_PATH)libbpf.a
    > +
    > # python extension build directories
    > PYTHON_EXTBUILD := $(OUTPUT)python_ext_build/
    > PYTHON_EXTBUILD_LIB := $(PYTHON_EXTBUILD)lib/
    > @@ -227,6 +232,9 @@ export PERL_PATH
    > LIB_FILE=$(OUTPUT)libperf.a
    >
    > PERFLIBS = $(LIB_FILE) $(LIBAPI) $(LIBTRACEEVENT)
    > +ifndef NO_LIBELF
    > + PERFLIBS += $(LIBBPF)
    > +endif
    >

    Here should be

    ifndef NO_LIBBPF
    PERFLIBS += $(LIBBPF)
    endif




    \
     
     \ /
      Last update: 2015-06-09 12:41    [W:2.656 / U:0.044 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site