mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
14 lines
179 B
Makefile
14 lines
179 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/sff
|
||
|
|
|
||
|
|
KMOD= sff
|
||
|
|
|
||
|
|
SRCS+= sff_if.c sff_if.h
|
||
|
|
SRCS+= bus_if.h device_if.h
|
||
|
|
|
||
|
|
.if !empty(OPT_FDT)
|
||
|
|
SRCS+= sfp_fdt.c \
|
||
|
|
ofw_bus_if.h
|
||
|
|
.endif
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|