mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 12:51:07 -05:00
7 lines
158 B
Makefile
7 lines
158 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/fxp
|
|
|
|
KMOD= if_fxp
|
|
SRCS= device_if.h bus_if.h if_fxp.c inphy.c miibus_if.h miidevs.h pci_if.h opt_platform.h
|
|
|
|
.include <bsd.kmod.mk>
|