Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# $FreeBSD$

.PATH: ${.CURDIR}

SHLIBDIR?=	/usr/lib
LIB=		ibmad
SHLIB_MAJOR=	5
MK_PROFILE=	no

SRCS= \
bm.c \
cc.c \
dump.c \
fields.c \
gs.c \
mad.c \
portid.c \
register.c \
resolve.c \
rpc.c \
sa.c \
serv.c \
smp.c \
vendor.c

LIBADD=		ibumad
CFLAGS+=	-DHAVE_CONFIG_H=1
CFLAGS+=	-I${.CURDIR}
VERSION_MAP=	${.CURDIR}/libibmad.map

.include <bsd.lib.mk>