mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
11 lines
255 B
Makefile
11 lines
255 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/si
|
|
|
|
KMOD= si
|
|
SRCS= si.c si2_z280.c si3_t225.c si_isa.c si_pci.c
|
|
SRCS+= bus_if.h device_if.h isa_if.h pci_if.h
|
|
SRCS+= opt_compat.h opt_debug_si.h opt_eisa.h
|
|
SRCS.DEV_EISA=si_eisa.c eisa_if.h
|
|
|
|
.include <bsd.kmod.mk>
|