85dc477798
a dependency. This ensures "ifconfig cxl<n> ..." does the right thing even when it's run with no driver loaded. if_cxl.ko is the tiniest module in /boot/kernel. MFC after: 2 weeks
12 lines
123 B
Makefile
12 lines
123 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CXGBE= ${.CURDIR}/../../../dev/cxgbe
|
|
.PATH: ${CXGBE}
|
|
|
|
KMOD= if_cxl
|
|
SRCS= if_cxl.c
|
|
|
|
.include <bsd.kmod.mk>
|