Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752104AbeAPXUa (ORCPT + 1 other); Tue, 16 Jan 2018 18:20:30 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54744 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751261AbeAPXU3 (ORCPT ); Tue, 16 Jan 2018 18:20:29 -0500 Subject: [bpf-next PATCH 0/3] libbpf: cleanups to Makefile From: Jesper Dangaard Brouer To: netdev@vger.kernel.org, Daniel Borkmann , Alexei Starovoitov , wangnan0@huawei.com Cc: jakub.kicinski@netronome.com, joe@ovn.org, linux-kernel@vger.kernel.org, acme@redhat.com, eric@regit.org, Jesper Dangaard Brouer , jolsa@redhat.com Date: Wed, 17 Jan 2018 00:20:25 +0100 Message-ID: <151614479780.20077.13317825346011334728.stgit@firesoul> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Tue, 16 Jan 2018 23:20:29 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: This patchset contains some small improvements and cleanup for the Makefile in tools/lib/bpf/. It worries me that the libbpf.so shared library is not versioned, but it not addressed in this patchset. --- Jesper Dangaard Brouer (3): libbpf: install the header file libbpf.h libbpf: cleanup Makefile, remove unused elements libbpf: Makefile set specified permission mode tools/lib/bpf/Makefile | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) --