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

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

.PATH:	${SRCTOP}/sys/contrib/x86emu
.PATH:	${SRCTOP}/sys/compat/x86bios
SRCS+=	x86bios.c
.if ${MACHINE_ARCH} != "i386"
SRCS+=	x86emu.c
.endif

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