Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at e223258ed8a683d9debbb03ca1be0736f2c12e5b 11 lines 225 B view raw
1# SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) 2 3prefix=@PREFIX@ 4libdir=@LIBDIR@ 5includedir=${prefix}/include 6 7Name: libperf 8Description: perf library 9Version: @VERSION@ 10Libs: -L${libdir} -lperf 11Cflags: -I${includedir}