1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/modules/si/Makefile
Warner Losh 88030a5eb0 Cleanup the way we include some files (in this case EISA) based on
kernel config. Also tidy up the ed options.
2015-02-18 15:25:22 +00:00

12 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>