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

KMOD=	x86bios
SRCS=	opt_x86bios.h

.PATH:	${.CURDIR}/../../contrib/x86emu
.PATH:	${.CURDIR}/../../dev/x86bios
SRCS+=	x86bios.c x86bios_alloc.c x86emu.c x86emu_util.c

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