summaryrefslogtreecommitdiffstats
path: root/sys/modules/x86bios/Makefile
blob: 3cab285317224709aaea044686652f26daddd11a (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

KMOD=	x86bios
SRCS=	opt_x86bios.h
SRCS+=	bus_if.h device_if.h pci_if.h

.PATH:	${.CURDIR}/../../contrib/x86emu
.PATH:	${.CURDIR}/../../compat/x86bios
SRCS+=	x86bios.c x86emu.c

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud