mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 05:41:01 -05:00
13 lines
196 B
Makefile
13 lines
196 B
Makefile
|
|
.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>
|
|
|