2009-09-21 08:17:57 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
KMOD= x86bios
|
|
|
|
SRCS= opt_x86bios.h
|
2009-10-19 20:58:10 +00:00
|
|
|
SRCS+= bus_if.h device_if.h pci_if.h
|
2009-09-21 08:17:57 +00:00
|
|
|
|
2017-03-04 10:10:17 +00:00
|
|
|
.PATH: ${SRCTOP}/sys/contrib/x86emu
|
|
|
|
.PATH: ${SRCTOP}/sys/compat/x86bios
|
2010-08-08 06:18:05 +00:00
|
|
|
SRCS+= x86bios.c
|
|
|
|
.if ${MACHINE_ARCH} != "i386"
|
|
|
|
SRCS+= x86emu.c
|
|
|
|
.endif
|
2009-09-21 08:17:57 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|