mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
13 lines
247 B
Text
13 lines
247 B
Text
![]() |
# SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
|
||
|
|
||
|
prefix=@PREFIX@
|
||
|
libdir=@LIBDIR@
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: libbpf
|
||
|
Description: BPF library
|
||
|
Version: @VERSION@
|
||
|
Libs: -L${libdir} -lbpf
|
||
|
Requires.private: libelf
|
||
|
Cflags: -I${includedir}
|