• Arnaldo Carvalho de Melo's avatar
    tools build: Fixup feature detection display function name · 22677f10
    Arnaldo Carvalho de Melo authored
    commit 6076e2a4 upstream.
    
    Cut'n'paste mistake, it should eval the name of the function
    defined right next to it, in the next line, fix it.
    
    Before:
    
      $ make -C tools/lib/bpf/
      make: Entering directory '/home/git/linux/tools/lib/bpf'
    
      Auto-detecting system features:
      ...                        libelf: [ on  ]
      ...             libelf-getphdrnum: [ on  ]
      ...                   libelf-mmap: [ on  ]
      ...                           bpf: [ on  ]
      <SNIP>
    
    After:
    
      $ make -C tools/lib/bpf/
      make: Entering directory '/home/git/linux/tools/lib/bpf'
    
      Auto-detecting system features:
      ...                        libelf: [ on  ]
      ...             libelf-getphdrnum: [ OFF ]
      ...                   libelf-mmap: [ OFF ]
      ...                           bpf: [ on  ]
      <SNIP>
    Acked-by: default avatarJiri Olsa <jolsa@kernel.org>
    Cc: Adrian Hunter <adrian.hunter@intel.com>
    Cc: Alexei Starovoitov <ast@plumgrid.com>
    Cc: Borislav Petkov <bp@suse.de>
    Cc: David Ahern <dsahern@gmail.com>
    Cc: Frederic Weisbecker <fweisbec@gmail.com>
    Cc: Namhyung Kim <namhyung@kernel.org>
    Cc: Stephane Eranian <eranian@google.com>
    Cc: Wang Nan <wangnan0@huawei.com>
    Cc: pi3orama@163.com
    Fixes: 58d4f00f ("perf build: Fix feature_check name clash")
    Link: http://lkml.kernel.org/n/tip-dzu1c4sruukgfq5d5b1c4r30@git.kernel.orgSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
    Signed-off-by: default avatarKamal Mostafa <kamal@canonical.com>
    22677f10
Makefile.feature 4.51 KB