mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
7 lines
169 B
Makefile
7 lines
169 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/ffec
|
|
|
|
KMOD= if_ffec
|
|
SRCS= if_ffec.c miibus_if.h device_if.h bus_if.h pci_if.h ofw_bus_if.h opt_global.h opt_platform.h
|
|
|
|
.include <bsd.kmod.mk>
|