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
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../contrib/x86emu
|
2009-09-23 20:49:14 +00:00
|
|
|
.PATH: ${.CURDIR}/../../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>
|