mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 02:10:45 -05:00
14 lines
208 B
Makefile
14 lines
208 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/mgb
|
|
|
|
KMOD = if_mgb
|
|
SRCS = if_mgb.c
|
|
SRCS += device_if.h bus_if.h pci_if.h
|
|
SRCS += ifdi_if.h opt_platform.h
|
|
SRCS += miibus_if.h
|
|
|
|
#CFLAGS+= -DIFLIB
|
|
|
|
.include <bsd.kmod.mk>
|
|
|