Re: [PATCH net-next v2] bpf: install libbpf headers on 'make install'

2017-07-26 Thread David Miller
From: Jakub Kicinski Date: Tue, 25 Jul 2017 11:17:11 -0700 > Add a new target to install the bpf.h header to $(prefix)/include/bpf/ > directory. This is necessary to build standalone applications using > libbpf, without the need to clone the kernel sources and point to them. > > Signed-off-by

Re: [PATCH net-next v2] bpf: install libbpf headers on 'make install'

2017-07-25 Thread Daniel Borkmann
On 07/25/2017 08:17 PM, Jakub Kicinski wrote: Add a new target to install the bpf.h header to $(prefix)/include/bpf/ directory. This is necessary to build standalone applications using libbpf, without the need to clone the kernel sources and point to them. Signed-off-by: Jakub Kicinski Looks

[PATCH net-next v2] bpf: install libbpf headers on 'make install'

2017-07-25 Thread Jakub Kicinski
Add a new target to install the bpf.h header to $(prefix)/include/bpf/ directory. This is necessary to build standalone applications using libbpf, without the need to clone the kernel sources and point to them. Signed-off-by: Jakub Kicinski --- v2: - make the header installation similar to to