mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 09:08:46 +07:00
13 lines
247 B
Plaintext
13 lines
247 B
Plaintext
|
# 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}
|