#
# $FreeBSD: stable/11/sys/modules/cxgbe/if_cxl/Makefile 319182 2017-05-30 04:11:12Z ngie $
#

CXGBE=	${SRCTOP}/sys/dev/cxgbe
.PATH: ${CXGBE}

KMOD=	if_cxl
SRCS=	if_cxl.c

.include <bsd.kmod.mk>
