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

#	$NetBSD: cmac.inc,v 1.1 2011/06/05 23:09:50 spz Exp $
#
#	SRCS extracted from src/crypto/dist/openssl/crypto/cmac/Makefile
#

.PATH:	${OPENSSLSRC}/crypto/cmac


CMAC_SRCS = cmac.c cm_ameth.c cm_pmeth.c
SRCS += ${CMAC_SRCS}

.for cryptosrc in ${CMAC_SRCS}
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/cmac
.endfor