mirror of
https://github.com/opnsense/src.git
synced 2026-05-19 08:25:22 -04:00
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
11 lines
123 B
Makefile
11 lines
123 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CXGBE= ${.CURDIR}/../../../dev/cxgbe
|
|
.PATH: ${CXGBE}
|
|
|
|
KMOD= if_cxl
|
|
SRCS= if_cxl.c
|
|
|
|
.include <bsd.kmod.mk>
|