mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 01:59:38 -04:00
11 lines
214 B
Makefile
11 lines
214 B
Makefile
# $FreeBSD$
|
|
|
|
CXGB = ${.CURDIR}/../../../dev/cxgb
|
|
.PATH: ${CXGB}/ulp/toecore
|
|
|
|
KMOD= toecore
|
|
SRCS= toedev.c
|
|
SRCS+= device_if.h bus_if.h pci_if.h opt_sched.h opt_inet.h
|
|
CFLAGS+= -g -I${CXGB}
|
|
|
|
.include <bsd.kmod.mk>
|