]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libnv/Makefile
Implement pci_enable_msi() and pci_disable_msi() in the LinuxKPI.
[FreeBSD/FreeBSD.git] / lib / libnv / Makefile
1 # $FreeBSD$
2
3 PACKAGE=lib${LIB}
4 SHLIBDIR?= /lib
5
6 .include <src.opts.mk>
7
8 LIB=    nv
9 SHLIB_MAJOR= 0
10
11 .PATH: ${SRCTOP}/sys/contrib/libnv ${SRCTOP}/sys/sys
12 CFLAGS+=-I${.CURDIR}
13
14 SRCS=   cnvlist.c
15 SRCS+=  dnvlist.c
16 SRCS+=  msgio.c
17 SRCS+=  nvlist.c
18 SRCS+=  nvpair.c
19
20 HAS_TESTS=
21 SUBDIR.${MK_TESTS}+= tests
22
23 .include <bsd.lib.mk>